3
0
Fork 0
forked from mirrors/nixpkgs

scdoc: 1.9.3 -> 1.9.4

This commit is contained in:
Michael Weiss 2019-03-04 20:40:33 +01:00
parent 6eb62cfc68
commit 217070368a
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "scdoc-${version}"; name = "scdoc-${version}";
version = "1.9.3"; version = "1.9.4";
src = fetchurl { src = fetchurl {
url = "https://git.sr.ht/~sircmpwn/scdoc/archive/${version}.tar.gz"; url = "https://git.sr.ht/~sircmpwn/scdoc/archive/${version}.tar.gz";
sha256 = "1av933421a7g2c984l77gh1fwrhyqblglxr3px5qbng2sh7i33f6"; sha256 = "00zc3rzj97gscby31djlqyczvqpyhrl66i44czwzmmn7rc5j03m1";
}; };
postPatch = '' postPatch = ''