sourcehut.gitsrht: 0.72.8 -> 0.72.47

This commit is contained in:
Julien Moutinho
2021-12-28 22:18:16 -05:00
committed by Tom Bereknyei
parent e79de4c14e
commit 50d8d47a89
@@ -8,13 +8,13 @@
, scmsrht
}:
let
version = "0.72.8";
version = "0.72.47";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "git.sr.ht";
rev = version;
sha256 = "sha256-AB2uzajO5PtcpJfbOOTfuDFM6is5K39v3AZJ1hShRNc=";
sha256 = "sha256-jk2DFC/fDYN88nofntJrBtYfCWr39YaNv2azH/tdZtQ=";
};
buildShell = src: buildGoModule {