sourcehut.gitsrht: 0.76.3 -> 0.76.4

This commit is contained in:
Julien Moutinho 2021-12-28 22:26:14 +01:00 committed by Tom Bereknyei
parent 46d5c991ed
commit 2d0c6db4ab

View file

@ -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 {