mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
Merge pull request #260868 from Zumorica/2023-10-13-update-space-station-14
space-station-14-launcher: 0.22.1 -> 0.24.0
This commit is contained in:
commit
9fe62bf05c
@ -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 New Issue
Block a user