1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

gitsrht: 0.32.3 -> 0.33.1

This commit is contained in:
Edmund Wu 2019-10-05 10:44:52 -04:00
parent facecca784
commit 3c842a91a0
No known key found for this signature in database
GPG key ID: 76AA3F9F2BD3E3A0

View file

@ -4,7 +4,7 @@
, srht, pygit2, scmsrht }:
let
version = "0.32.3";
version = "0.33.1";
buildDispatcher = src: buildGoModule {
inherit src version;
@ -20,7 +20,7 @@ in buildPythonPackage rec {
src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/git.sr.ht";
rev = version;
sha256 = "0grycmblhm9dnhcf1kcmn6bclgb9znahk2026dan58m9j9pja5vw";
sha256 = "0vwjkpvgscr01xhbzmhizqmg1wjhnj7jw9qcsv0s190fqach7ml8";
};
patches = [