solarus: 1.5.3 -> 1.6.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/solarus/versions
This commit is contained in:
parent
9425ac3202
commit
aced720cd5
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "solarus-${version}";
|
name = "solarus-${version}";
|
||||||
version = "1.5.3";
|
version = "1.6.0";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "solarus-games";
|
owner = "solarus-games";
|
||||||
repo = "solarus";
|
repo = "solarus";
|
||||||
rev = "v1.5.3";
|
rev = "v1.6.0";
|
||||||
sha256 = "035hkdw3a1ryasj5wfa1xla1xmpnc3hjp4s20sl9ywip41675vaz";
|
sha256 = "0mlpa1ijaxy84f7xjgs2kjnpm035b8q9ckva6lg14q49gzy10fr2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake luajit SDL2
|
buildInputs = [ cmake luajit SDL2
|
||||||
|
Loading…
Reference in New Issue
Block a user