From c1430067aa042d9dd6e3b1e103d336094135eb97 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Tue, 2 Jun 2020 11:43:19 -0700 Subject: [PATCH] pinch: 1.2 -> 1.3 --- overlays/pinch.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 "$@" ''; -- 2.44.1