nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

scdoc: 1.9.3 -> 1.9.4

(cherry picked from commit 217070368ae81d41eb2f780093e4b580c6eb1b4a)

+2 -2
+2 -2
pkgs/tools/typesetting/scdoc/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "scdoc-${version}"; 5 - version = "1.9.3"; 5 + version = "1.9.4"; 6 6 7 7 src = fetchurl { 8 8 url = "https://git.sr.ht/~sircmpwn/scdoc/archive/${version}.tar.gz"; 9 - sha256 = "1av933421a7g2c984l77gh1fwrhyqblglxr3px5qbng2sh7i33f6"; 9 + sha256 = "00zc3rzj97gscby31djlqyczvqpyhrl66i44czwzmmn7rc5j03m1"; 10 10 }; 11 11 12 12 postPatch = ''