scdoc: 1.9.1 -> 1.9.3

This commit is contained in:
Michael Weiss 2019-03-02 10:08:47 +01:00
parent a76ffce0c1
commit 560c886174
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.1"; version = "1.9.3";
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 = "079x6ar0lw845c0xnxh94swda0vfl29h0bs47xqmkp1pxqwky8nc"; sha256 = "1av933421a7g2c984l77gh1fwrhyqblglxr3px5qbng2sh7i33f6";
}; };
postPatch = '' postPatch = ''