summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/version-management/sourcehut
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-11-03 21:07:22 -0500
committerJon <jonringer@users.noreply.github.com>2019-11-04 01:46:59 -0800
commit7967cb05adc8ffc2589f7169a5db266255cd16d5 (patch)
tree1c8dc7977b449fd40088d4c749ef9ca88ec1a134 /pkgs/applications/version-management/sourcehut
parent257f5d6303aaf2cdbe8298d745c576b0d827b106 (diff)
gitsrht: 0.34.2 -> 0.35.6
Diffstat (limited to 'pkgs/applications/version-management/sourcehut')
-rw-r--r--pkgs/applications/version-management/sourcehut/git.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/sourcehut/git.nix b/pkgs/applications/version-management/sourcehut/git.nix
index 9b0b5e2c8e45..39302057b1dc 100644
--- a/pkgs/applications/version-management/sourcehut/git.nix
+++ b/pkgs/applications/version-management/sourcehut/git.nix
@@ -4,7 +4,7 @@
, srht, pygit2, scmsrht }:
let
- version = "0.34.2";
+ version = "0.35.6";
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 = "1z10r2d9x71n1n36g55j4cswh0dqnzmgj2qiy1h92wwgq8azpiyy";
+ sha256 = "0j8caqbzdqkgc1bdhzz4k5hgh8lhsghfgwf46d19ryf83d8ggxqc";
};
patches = [