Browse Source

Update package version

Samuel W. Flint 3 years ago
parent
commit
60a2cfb45e
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

@@ -171,7 +171,7 @@ dependencies = [
 
 [[package]]
 name = "sync-it"
-version = "0.1.0"
+version = "0.2.0"
 dependencies = [
  "clap",
  "home",

+ 1 - 1
Cargo.toml

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

+ 2 - 2
flake.nix

@@ -16,11 +16,11 @@
 
           sync-it = pkgs.rustPlatform.buildRustPackage rec {
             name = "sync-it";
-            version = "0.0.1";
+            version = "0.2.0";
 
             src = ./.;
 
-            cargoSha256 = "dd6sryQCa/NpHj6Kso20Crzifju9LmCrrPsb+DVwl+Q=";
+            cargoSha256 = "yLNRBQL4n3ipZCuXGaus1b+YooXw+wfxnm/BQvilhLs=";
 
             meta = with pkgs.stdenv.lib; {
               description = "A simple, customizable synchronization tool.";