debian-goodies: 0.88 -> 0.88.1

This commit is contained in:
R. Ryantm 2022-09-15 08:25:49 +00:00
parent ee55809e31
commit 8f24de6d0b

View File

@ -10,14 +10,14 @@
stdenv.mkDerivation rec {
pname = "debian-goodies";
version = "0.88";
version = "0.88.1";
src = fetchFromGitLab {
domain = "salsa.debian.org";
owner = "debian";
repo = "debian-goodies";
rev = "debian/${version}";
sha256 = "sha256-SDGWRGwRuryCJSWjuYB+Cg/Pl8q4VP4zcisUOn/GhJY=";
sha256 = "sha256-g1xeWhCkC7HEHHOJpcZ6JFA9jmavJE0lUX1Cmp5A0QQ=";
};
postPatch = ''