sourcehut.gitsrht: 0.76.3 -> 0.76.4
This commit is contained in:
parent
46d5c991ed
commit
2d0c6db4ab
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
||||||
, scmsrht
|
, scmsrht
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "0.76.3";
|
version = "0.76.4";
|
||||||
|
|
||||||
src = fetchFromSourcehut {
|
src = fetchFromSourcehut {
|
||||||
owner = "~sircmpwn";
|
owner = "~sircmpwn";
|
||||||
repo = "git.sr.ht";
|
repo = "git.sr.ht";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-fC9r4cdvbH0Y/hqyWGePPxJlujxcYn9QbPh1LvBaYhU=";
|
sha256 = "sha256-diUkQpB/ivg8JTaoTcSyKr9Q9LZiMo6qVInBDPceklc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildShell = src: buildGoModule {
|
buildShell = src: buildGoModule {
|
||||||
|
|
Loading…
Reference in a new issue