summary refs log tree commit diff
path: root/pkgs/tools/X11/sct
diff options
context:
space:
mode:
authorwmapp <wmapp@users.noreply.github.com>2016-07-28 09:21:21 +0200
committerRok Garbas <rok@garbas.si>2016-07-28 09:21:21 +0200
commit62ba6b07f23dc4149d754aa92fed9d9e844c77fd (patch)
tree7fb04fae7a9dacb1c613861d51f693fcfeb15a95 /pkgs/tools/X11/sct
parentcf114708fe9a3a251cd960cd949b5d36f9e646bb (diff)
downloadnixpkgs-62ba6b07f23dc4149d754aa92fed9d9e844c77fd.tar
nixpkgs-62ba6b07f23dc4149d754aa92fed9d9e844c77fd.tar.gz
nixpkgs-62ba6b07f23dc4149d754aa92fed9d9e844c77fd.tar.bz2
nixpkgs-62ba6b07f23dc4149d754aa92fed9d9e844c77fd.tar.lz
nixpkgs-62ba6b07f23dc4149d754aa92fed9d9e844c77fd.tar.xz
nixpkgs-62ba6b07f23dc4149d754aa92fed9d9e844c77fd.tar.zst
nixpkgs-62ba6b07f23dc4149d754aa92fed9d9e844c77fd.zip
sct: Updated sha256 in default.nix (#17163)
Diffstat (limited to 'pkgs/tools/X11/sct')
-rw-r--r--pkgs/tools/X11/sct/default.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/pkgs/tools/X11/sct/default.nix b/pkgs/tools/X11/sct/default.nix
index 4bf62e53f55..1890e9c5266 100644
--- a/pkgs/tools/X11/sct/default.nix
+++ b/pkgs/tools/X11/sct/default.nix
@@ -4,7 +4,15 @@ stdenv.mkDerivation rec {
   buildInputs = [libX11 libXrandr];
   src = fetchurl {
     url = http://www.tedunangst.com/flak/files/sct.c;
-    sha256 = "1bivy0sl5v1jsq4jbq6p9hplz6cvw4nx9rc96p2kxsg506rqllc5";
+    sha256 = "01f3ndx3s6d2qh2xmbpmhd4962dyh8yp95l87xwrs4plqdz6knhd";
+    
+    # Discussion regarding the checksum and the source code can be found in issue #17163 
+    # The code seems unmaintained, yet an unknown (probably small change) in the code caused 
+    # failed builds as the checksum had changed.
+    # The checksum is updated for now, however, this is unpractical and potentially unsafe 
+    # so any future changes might warrant a fork of the (feature complete) project. 
+    # The code is under public domain.
+    
   };
   phases = ["patchPhase" "buildPhase" "installPhase"];
   patchPhase = ''