about summary refs log tree commit diff
path: root/pkgs/misc/screensavers
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-07-05 14:24:59 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-07-05 16:42:07 +0200
commitcb94cce94f80119e61388936c5836f29e2db7dff (patch)
treea5da2674d8d9adeccc82a8c1bd38af5726b1dd54 /pkgs/misc/screensavers
parentd06fd884dc4193b05a4e02bd726e2679f48f7bdb (diff)
downloadnixlib-cb94cce94f80119e61388936c5836f29e2db7dff.tar
nixlib-cb94cce94f80119e61388936c5836f29e2db7dff.tar.gz
nixlib-cb94cce94f80119e61388936c5836f29e2db7dff.tar.bz2
nixlib-cb94cce94f80119e61388936c5836f29e2db7dff.tar.lz
nixlib-cb94cce94f80119e61388936c5836f29e2db7dff.tar.xz
nixlib-cb94cce94f80119e61388936c5836f29e2db7dff.tar.zst
nixlib-cb94cce94f80119e61388936c5836f29e2db7dff.zip
xscreensaver: Fix SHA256 hash of upstream tarball.
The upstream tarball has changed, so I checked why this has happened and
found a tarball with the old SHA256 hash here:

http://fossies.org/linux/misc/xscreensaver-5.33.tar.gz/

After checking the contents of this and the new upstream tarball I found
that the old tarball had only .so, .o and .o.d files which now are no
longer existent in the new tarball.

Seems that the upstream author has accidentally put object files in the
source tarball and has now corrected this mistake.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/misc/screensavers')
-rw-r--r--pkgs/misc/screensavers/xscreensaver/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/screensavers/xscreensaver/default.nix b/pkgs/misc/screensavers/xscreensaver/default.nix
index 6734eeac010d..bc1c69c22019 100644
--- a/pkgs/misc/screensavers/xscreensaver/default.nix
+++ b/pkgs/misc/screensavers/xscreensaver/default.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://www.jwz.org/xscreensaver/${name}.tar.gz";
-    sha256 = "0sy4awsak8yhja86n69bmi8i2c91hfs7zbkwn5y81qfrivh8b41j";
+    sha256 = "0k9z64ynpcfy19a33lm6g75ry3mb6zilm3dnm0zq9whrj9hw386l";
   };
 
   buildInputs =