Merge pull request #178784 from SuperSandro2000/debian-goodies
This commit is contained in:
commit
d1a459af90
1 changed files with 2 additions and 2 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue