From: Scott Worley Date: Tue, 2 Jun 2020 18:43:19 +0000 (-0700) Subject: pinch: 1.2 -> 1.3 X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/commitdiff_plain/c1430067aa042d9dd6e3b1e103d336094135eb97 pinch: 1.2 -> 1.3 --- diff --git a/overlays/pinch.nix b/overlays/pinch.nix index ddaed6f..29d2293 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.2"; - sha256 = "0s0rk1m0irsdj0xjnix9y1825pjv7lhbmnn73jgjbj1hi6wqwpfh"; + rev = "1.3"; + sha256 = "1l2pq0pqmjh5q8ggmz6sw6bz0nnz0jy92l5qgax8bmpm1qcszmxf"; } }/pinch.py "$@" '';