Browse Source

Fix issue

Samuel W. Flint 1 year ago
parent
commit
20c8e2618b
3 changed files with 4 additions and 4 deletions
  1. 1 1
      Cargo.lock
  2. 1 1
      Cargo.toml
  3. 2 2
      flake.nix

+ 1 - 1
Cargo.lock

@@ -185,7 +185,7 @@ dependencies = [
 
 [[package]]
 name = "sync-it"
-version = "2.0.0"
+version = "2.0.2"
 dependencies = [
  "clap",
  "clap_complete",

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "sync-it"
-version = "2.0.0"
+version = "2.0.2"
 authors = ["Samuel W. Flint <swflint@flintfam.org>"]
 edition = "2018"
 

+ 2 - 2
flake.nix

@@ -17,11 +17,11 @@
 
           sync-it = pkgs.rustPlatform.buildRustPackage rec {
             name = "sync-it";
-            version = "2.0.0";
+            version = "2.0.2";
 
             src = ./.;
 
-            cargoSha256 = "B8N7fgi8RTXXzVYfqzbCB3ov6mDIJgFm6HEg3gCuVGA=";
+            cargoSha256 = "OkbrFHZEA+Z00aDVKHGbGjsMs+OFtAPwwVAWS1tJPcM=";
 
             meta = {
               description = "A simple, customizable synchronization tool.";