Unverified Commit 3288b53a authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

xscreensaver: 6.10.1 -> 6.11 (#422254)

parents e3cf06d6 0c398f13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,11 +35,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "xscreensaver";
  version = "6.10.1";
  version = "6.11";

  src = fetchurl {
    url = "https://www.jwz.org/xscreensaver/xscreensaver-${finalAttrs.version}.tar.gz";
    hash = "sha256-/+WZ+c93r6Ru+427e1YejaDDFW3qZLY14Lfiwg9Ls+0=";
    hash = "sha256-lIi3ouZVkSh7lEMB8x+WjXcX/5vGswmJ46vtZiyH4eg=";
  };

  outputs = [