sourcehut.gitsrht: 0.76.4 -> 0.77.3

This commit is contained in:
Julien Moutinho 2022-02-12 01:41:16 +01:00
parent 1584a81f6a
commit 75bd00c1ca

View File

@ -8,13 +8,13 @@
, scmsrht , scmsrht
}: }:
let let
version = "0.76.4"; version = "0.77.3";
src = fetchFromSourcehut { src = fetchFromSourcehut {
owner = "~sircmpwn"; owner = "~sircmpwn";
repo = "git.sr.ht"; repo = "git.sr.ht";
rev = version; rev = version;
sha256 = "sha256-diUkQpB/ivg8JTaoTcSyKr9Q9LZiMo6qVInBDPceklc="; sha256 = "sha256-eJvXCcmdiUzTK0EqNJkLEZsAfr6toD/378HObnMbOWM=";
}; };
buildShell = src: buildGoModule { buildShell = src: buildGoModule {