mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
sundtek: 30-06-2015 -> 28-07-2015
Tested on local machine.
This commit is contained in:
parent
43d5ab0926
commit
a7648a2226
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "30-06-2015";
|
version = "28-07-2015";
|
||||||
rpath = makeLibraryPath [ "$out/lib" "$out/bin" ];
|
rpath = makeLibraryPath [ "$out/lib" "$out/bin" ];
|
||||||
platform = with stdenv;
|
platform = with stdenv;
|
||||||
if isx86_64 then "64bit"
|
if isx86_64 then "64bit"
|
||||||
|
@ -15,7 +15,7 @@ in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.sundtek.de/media/netinst/${platform}/installer.tar.gz";
|
url = "http://www.sundtek.de/media/netinst/${platform}/installer.tar.gz";
|
||||||
sha256 = "304d2785b5e9046c78fc092341721fdc404074105e63dd635e838559d42313c3";
|
sha256 = "1gpz42rwxm76fzq6088gjzbfl82mhapc34c0ms7vphrhra6yw19h";
|
||||||
};
|
};
|
||||||
name = "sundtek-${version}";
|
name = "sundtek-${version}";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue