Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

scrolls: 2014-03-08 -> 2015-10-13

+3 -3
+3 -3
pkgs/games/scrolls/default.nix
··· 2 2 , mesa_glu, libX11, libXext, libXcursor, libpulseaudio 3 3 }: 4 4 stdenv.mkDerivation { 5 - name = "scrolls-2014-03-08"; 5 + name = "scrolls-2015-10-13"; 6 6 7 7 meta = { 8 8 description = "A strategy collectible card game"; ··· 16 16 17 17 src = fetchurl { 18 18 url = "http://download.scrolls.com/client/linux.tar.gz"; 19 - sha256 = "164d13ce5b81b215a58bae5a0d024b4cf6e32c986ca57a2c9d4e80326edb5004"; 19 + sha256 = "ead1fd14988aa07041fedfa7f845c756cd5077a5a402d85bfb749cb669ececec"; 20 20 }; 21 21 22 22 libPath = stdenv.lib.makeLibraryPath [ ··· 39 39 --set-rpath "$libPath" "$out/opt/Scrolls/Scrolls" 40 40 41 41 mkdir "$out/bin" 42 - ln -s "$out/opt/Scrolls/Scrolls" "$out/bin/Scrolls" 42 + ln -s "$out/opt/Scrolls/Scrolls" "$out/bin/Scrolls" 43 43 ''; 44 44 45 45 }