From ef7e0e8347b630b08a7fbb6f82ac45636a31afc2 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Fri, 1 Jun 2018 00:21:04 +0200 Subject: [PATCH] scdoc: 1.3.3 -> 1.3.4 --- pkgs/tools/typesetting/scdoc/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/typesetting/scdoc/default.nix b/pkgs/tools/typesetting/scdoc/default.nix index b3c256e9486..d6bdbf92085 100644 --- a/pkgs/tools/typesetting/scdoc/default.nix +++ b/pkgs/tools/typesetting/scdoc/default.nix @@ -2,16 +2,15 @@ stdenv.mkDerivation rec { name = "scdoc-${version}"; - version = "1.3.3"; + version = "1.3.4"; src = fetchurl { url = "https://git.sr.ht/~sircmpwn/scdoc/snapshot/scdoc-${version}.tar.xz"; - sha256 = "1xkfsrzpbm68522b1dml9dghnwb5dlwpf91c1i4y51rgv3hdgwdj"; + sha256 = "131f6sd4azpc988kwzlrc9c4x98abhfnxr5wpk7i427ha84g89yb"; }; postPatch = '' substituteInPlace Makefile \ - --replace "VERSION=1.2.3" "VERSION=${version}" \ --replace "-static" "" \ --replace "/usr/local" "$out" '';