]> git.scottworley.com Git - auto-upgrade-with-pinch/commitdiff
pinch: 1.0 -> 1.1
authorScott Worley <scottworley@scottworley.com>
Sun, 12 Apr 2020 17:00:50 +0000 (10:00 -0700)
committerScott Worley <scottworley@scottworley.com>
Mon, 18 May 2020 18:35:06 +0000 (11:35 -0700)
overlays/pinch.nix

index d85be2d49e17741bce7616f4db98062c35570773..1b2c65f66545284feb21af06df8e1c44e9e17834 100644 (file)
@@ -2,8 +2,8 @@ self: super: {
   pinch = super.writeShellScriptBin "pinch" ''
     exec ${self.python3}/bin/python3 ${super.fetchgit {
       url = "https://scottworley.com/pinch.git";
-      rev = "1.0";
-      sha256 = "0dlyx1vadppalpc1kr777k8ij3x04lz2m938y205xi7k5ab6j6fr";
+      rev = "1.1";
+      sha256 = "0ilbhvr0d83kfwkm7ak64gik44gi2axfnp9rzsa7g5cwz9qaxdbv";
     }}/pinch.py "$@"
   '';
 }