space-station-14-launcher: 0.22.1 -> 0.24.0
This commit is contained in:
parent
a97d85ff06
commit
dd8a65bb79
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
, gdk-pixbuf
|
||||
}:
|
||||
let
|
||||
version = "0.22.1";
|
||||
version = "0.24.0";
|
||||
pname = "space-station-14-launcher";
|
||||
in
|
||||
buildDotnetModule rec {
|
||||
|
@ -44,7 +44,7 @@ buildDotnetModule rec {
|
|||
owner = "space-wizards";
|
||||
repo = "SS14.Launcher";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-I+Kj8amgFxT6yEXI5s1y0n1rgfzIrLtMOkYjguu6wpo=";
|
||||
hash = "sha256-n0OiNxw9QDibX5HBSzq6jdOxyUd0bPkjKd+mtb/S/BY=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue