X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/blobdiff_plain/54354067fa17dcc3342cbb4b1d292d14f68c749a..b7b747fd5e9780aef64cb744440ca4d69f47f0d2:/overlays/pinch.nix diff --git a/overlays/pinch.nix b/overlays/pinch.nix index 2cae0b3..6aba72c 100644 --- a/overlays/pinch.nix +++ b/overlays/pinch.nix @@ -38,11 +38,11 @@ let ({ buildPythonPackage, fetchgit, nix, git, mypy, git-cache, }: buildPythonPackage rec { pname = "pinch"; - version = "3.0.2"; + version = "3.0.3"; src = fetchgit { url = "https://scottworley.com/pinch.git"; rev = "v${version}"; - sha256 = "sha256-bO0kMuaw/hkmDD1b8mkCDx0FAM6NIeUxvc+fOhHUXcs="; + sha256 = "1j1y4h6m7fdb839h6igimqqjrdhr28wbzwa4b3grxp6szdpzkkra"; }; propagatedBuildInputs = [ git-cache ]; checkInputs = [ nix git mypy ];