Browse Source

Update flake version

Samuel W. Flint 3 years ago
parent
commit
476f87d2e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flake.nix

+ 1 - 1
flake.nix

@@ -17,7 +17,7 @@
 
           sync-it = pkgs.rustPlatform.buildRustPackage rec {
             name = "sync-it";
-            version = "1.2.1";
+            version = "1.2.3";
 
             src = ./.;