space-station-14-launcher: 0.22.1 -> 0.24.0

This commit is contained in:
Vera Aguilera Puerto 2023-10-13 13:01:10 +02:00
parent a97d85ff06
commit dd8a65bb79

View file

@ -31,7 +31,7 @@
, gdk-pixbuf , gdk-pixbuf
}: }:
let let
version = "0.22.1"; version = "0.24.0";
pname = "space-station-14-launcher"; pname = "space-station-14-launcher";
in in
buildDotnetModule rec { buildDotnetModule rec {
@ -44,7 +44,7 @@ buildDotnetModule rec {
owner = "space-wizards"; owner = "space-wizards";
repo = "SS14.Launcher"; repo = "SS14.Launcher";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-I+Kj8amgFxT6yEXI5s1y0n1rgfzIrLtMOkYjguu6wpo="; hash = "sha256-n0OiNxw9QDibX5HBSzq6jdOxyUd0bPkjKd+mtb/S/BY=";
fetchSubmodules = true; fetchSubmodules = true;
}; };