From 2d0c6db4abaeed846d249d2792d6b8a7cf2495ca Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Tue, 28 Dec 2021 22:26:14 +0100 Subject: [PATCH] sourcehut.gitsrht: 0.76.3 -> 0.76.4 --- pkgs/applications/version-management/sourcehut/git.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/version-management/sourcehut/git.nix b/pkgs/applications/version-management/sourcehut/git.nix index 177bf728f8d5..e33bb6595012 100644 --- a/pkgs/applications/version-management/sourcehut/git.nix +++ b/pkgs/applications/version-management/sourcehut/git.nix @@ -8,13 +8,13 @@ , scmsrht }: let - version = "0.76.3"; + version = "0.76.4"; src = fetchFromSourcehut { owner = "~sircmpwn"; repo = "git.sr.ht"; rev = version; - sha256 = "sha256-fC9r4cdvbH0Y/hqyWGePPxJlujxcYn9QbPh1LvBaYhU="; + sha256 = "sha256-diUkQpB/ivg8JTaoTcSyKr9Q9LZiMo6qVInBDPceklc="; }; buildShell = src: buildGoModule {