gource: 0.54 -> 0.55

This commit is contained in:
R. Ryantm 2024-06-18 04:40:40 +00:00
parent bd8d034e65
commit b3f21da3ff

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "gource";
version = "0.54";
version = "0.55";
src = fetchurl {
url = "https://github.com/acaudwell/Gource/releases/download/${pname}-${version}/${pname}-${version}.tar.gz";
hash = "sha256-HcvO32XSz01p/gtjPlTCApJsCLgpvK0Lc+r54pzW+uU=";
hash = "sha256-yCOSEtKLB1CNnkd2GZdoAmgWKPwl6z4E9mcRdwE8AUI=";
};
postPatch = ''