summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2020-12-07 00:39:47 +0000
committerGitHub <noreply@github.com>2020-12-07 00:39:47 +0000
commite7e56512fc73b696ddfaeccda95ace4e6eebdb63 (patch)
tree991dde5fe0eb5f92b886d7cae3cbad32ee04b45d /pkgs/tools/typesetting
parent11719df4a5959dc84dafec3dacb2e93f7c42234d (diff)
parentd83d68693c76e06faf866475915344a32b0a858a (diff)
downloadnixpkgs-e7e56512fc73b696ddfaeccda95ace4e6eebdb63.tar
nixpkgs-e7e56512fc73b696ddfaeccda95ace4e6eebdb63.tar.gz
nixpkgs-e7e56512fc73b696ddfaeccda95ace4e6eebdb63.tar.bz2
nixpkgs-e7e56512fc73b696ddfaeccda95ace4e6eebdb63.tar.lz
nixpkgs-e7e56512fc73b696ddfaeccda95ace4e6eebdb63.tar.xz
nixpkgs-e7e56512fc73b696ddfaeccda95ace4e6eebdb63.tar.zst
nixpkgs-e7e56512fc73b696ddfaeccda95ace4e6eebdb63.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/scdoc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/typesetting/scdoc/default.nix b/pkgs/tools/typesetting/scdoc/default.nix
index 5b6cf5e22f2..ddff50ea0e8 100644
--- a/pkgs/tools/typesetting/scdoc/default.nix
+++ b/pkgs/tools/typesetting/scdoc/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "scdoc";
-  version = "1.11.0";
+  version = "1.11.1";
 
   src = fetchurl {
     url = "https://git.sr.ht/~sircmpwn/scdoc/archive/${version}.tar.gz";
-    sha256 = "17cjh3lcfppyl2mzpanylla93gdgdv5spc8jldshvayzizhfghwa";
+    sha256 = "007pm3gspvya58cwb12wpnrm9dq5p28max2s0b2y9rq80nqgqag5";
   };
 
   postPatch = ''