]> git.scottworley.com Git - auto-upgrade-with-pinch/commitdiff
pinch: 1.1 -> 1.2
authorScott Worley <scottworley@scottworley.com>
Tue, 19 May 2020 07:31:30 +0000 (00:31 -0700)
committerScott Worley <scottworley@scottworley.com>
Tue, 19 May 2020 07:31:41 +0000 (00:31 -0700)
overlays/pinch.nix

index 3399609f65ad8ba8ac4786da0ea1c29a2d0ae455..ddaed6f9389bab33747fbff9731ab2e579d0cb6b 100644 (file)
@@ -6,8 +6,8 @@ self: super: {
       exec ${self.python3}/bin/python3 ${
         super.fetchgit {
           url = "https://scottworley.com/pinch.git";
-          rev = "1.1";
-          sha256 = "0ilbhvr0d83kfwkm7ak64gik44gi2axfnp9rzsa7g5cwz9qaxdbv";
+          rev = "1.2";
+          sha256 = "0s0rk1m0irsdj0xjnix9y1825pjv7lhbmnn73jgjbj1hi6wqwpfh";
         }
       }/pinch.py "$@"
     '';