Skip to content

Commit

Permalink
Update nix package to 0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gradientvera committed May 17, 2024
1 parent 54cf41c commit 1355d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

}:
let
version = "0.26.0";
version = "0.27.2";
pname = "space-station-14-launcher";
in
buildDotnetModule rec {
Expand All @@ -50,7 +50,7 @@ buildDotnetModule rec {
owner = "space-wizards";
repo = "SS14.Launcher";
rev = "v${version}";
hash = "sha256-Gh2gQucn3VsfFrPAS/vehfVy5WqlVpvSeISB4/j08MQ=";
hash = "sha256-r+nNZ2xkHMp8bmNNqbf4WnmGP3SIxCtHUCfGxfydTH4=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 1355d36

Please sign in to comment.