X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/5144c1d383be505bef11f8191b41cbf3cf4a8e49..86666a85eaeea98a38e0cbae449ddce1a8866225:/default.nix diff --git a/default.nix b/default.nix index fae46cc..518a2dc 100644 --- a/default.nix +++ b/default.nix @@ -24,7 +24,7 @@ let pname = "git-cache"; version = "1.4.1"; src = fetchgit { - url = "https://scottworley.com/git-cache.git"; + url = "https://git.scottworley.com/pub/git/git-cache"; rev = "v${version}"; sha256 = "0ml1myhmd9mw1z5bwni9fhvx7h9dknhmqq4nyci9n5lvrhbmcdc9"; }; @@ -38,7 +38,7 @@ in pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, nix_2_3, git , autopep8, makeWrapper, mypy, pylint, git-cache, }: buildPythonPackage rec { pname = "pinch"; - version = "3.0.6-pre"; + version = "3.0.9"; src = lib.cleanSource ./.; buildInputs = [ makeWrapper ]; propagatedBuildInputs = [ git-cache ];