sourcehut.gitsrht: 0.76.2 -> 0.76.3

This commit is contained in:
Julien Moutinho 2021-12-16 05:31:03 +01:00 committed by Tom Bereknyei
parent 2e2e0b3779
commit 06c92b053d

View File

@ -8,13 +8,13 @@
, scmsrht
}:
let
version = "0.76.2";
version = "0.76.3";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "git.sr.ht";
rev = version;
sha256 = "sha256-JnMoQtoR4gXujO/+2WR3oM4MNXjrqWLbS66DO09mCP4=";
sha256 = "sha256-fC9r4cdvbH0Y/hqyWGePPxJlujxcYn9QbPh1LvBaYhU=";
};
buildShell = src: buildGoModule {