3
0
Fork 0
forked from mirrors/nixpkgs

scdoc: 1.9.0 -> 1.9.1

This commit is contained in:
Michael Weiss 2019-02-28 13:14:46 +01:00
parent 391436134e
commit 410650c128
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "scdoc-${version}";
version = "1.9.0";
version = "1.9.1";
src = fetchurl {
url = "https://git.sr.ht/~sircmpwn/scdoc/archive/${version}.tar.gz";
sha256 = "0w81mz99ap037ih8ws6zsjkcfr90hgjmnplsg4c6bqdj50ad32n6";
sha256 = "079x6ar0lw845c0xnxh94swda0vfl29h0bs47xqmkp1pxqwky8nc";
};
postPatch = ''