mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
dwarf-fortress: revert to 44.09
Was at 44.10 but i have no way to test it on linux (and unsure how to update dwarf-fortress-unfucked).
This commit is contained in:
parent
236b89afeb
commit
2dc8831591
@ -9,7 +9,7 @@ with lib;
|
|||||||
|
|
||||||
let
|
let
|
||||||
baseVersion = "44";
|
baseVersion = "44";
|
||||||
patchVersion = "10";
|
patchVersion = "09";
|
||||||
dfVersion = "0.${baseVersion}.${patchVersion}";
|
dfVersion = "0.${baseVersion}.${patchVersion}";
|
||||||
|
|
||||||
libpath = makeLibraryPath [ stdenv.cc.cc stdenv.cc.libc dwarf-fortress-unfuck SDL ];
|
libpath = makeLibraryPath [ stdenv.cc.cc stdenv.cc.libc dwarf-fortress-unfuck SDL ];
|
||||||
@ -29,7 +29,7 @@ let
|
|||||||
};
|
};
|
||||||
"x86_64-darwin" = fetchurl {
|
"x86_64-darwin" = fetchurl {
|
||||||
url = "${homepage}df_${baseVersion}_${patchVersion}_osx.tar.bz2";
|
url = "${homepage}df_${baseVersion}_${patchVersion}_osx.tar.bz2";
|
||||||
sha256 = "1wpa45d81q8f5mhqmaxvdkz93k6cm3pg7vpsqjjjsp5s961gd74g";
|
sha256 = "01dss8g9lmi8majp6lxcfw166ydz4himkz6am5pi29gixaf4vfqs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user