]> git.scottworley.com Git - auto-upgrade-with-pinch/commitdiff
pinch: 1.2 -> 1.3
authorScott Worley <scottworley@scottworley.com>
Tue, 2 Jun 2020 18:43:19 +0000 (11:43 -0700)
committerScott Worley <scottworley@scottworley.com>
Fri, 5 Jun 2020 01:22:54 +0000 (18:22 -0700)
overlays/pinch.nix

index ddaed6f9389bab33747fbff9731ab2e579d0cb6b..29d229385d9f48ae2f530e4cd768a7d9b4e21869 100644 (file)
@@ -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 "$@"
     '';