debian-goodies: 0.87 -> 0.88

This commit is contained in:
Sandro Jäckel 2022-06-23 20:54:28 +02:00
parent bd1f8edffd
commit f19d13394d
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

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