From: Scott Worley Date: Tue, 19 May 2020 07:31:30 +0000 (-0700) Subject: pinch: 1.1 -> 1.2 X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/commitdiff_plain/4c53bdc714df4699a146e89b2d5ccbc7ddd3d3c4?hp=4acf153c79292b2e2e7c8f2cafdbdd0d076b97a3 pinch: 1.1 -> 1.2 --- diff --git a/overlays/pinch.nix b/overlays/pinch.nix index 3399609..ddaed6f 100644 --- a/overlays/pinch.nix +++ b/overlays/pinch.nix @@ -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 "$@" '';