gitsrht: 0.43.3 -> 0.50.3

This commit is contained in:
Edmund Wu 2020-04-16 16:24:55 -04:00
parent 0809ed89ea
commit 20466af068
No known key found for this signature in database
GPG Key ID: 8AB0E99F622EC03E

View File

@ -4,7 +4,7 @@
, srht, pygit2, scmsrht }:
let
version = "0.43.3";
version = "0.50.3";
buildShell = src: buildGoModule {
inherit src version;
@ -44,7 +44,7 @@ in buildPythonPackage rec {
src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/git.sr.ht";
rev = version;
sha256 = "1f9wfyri85bq4zi9xkbfcfb69q4abh0hz7p3lghj460hh9zxc57w";
sha256 = "dmcTee3hp6ZkwwunG4ouEVmCxQ1a9LfQ7oWpHxnKumc=";
};
patches = [