Merge pull request #178784 from SuperSandro2000/debian-goodies

This commit is contained in:
Sandro 2022-06-24 13:30:18 +02:00 committed by GitHub
commit d1a459af90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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