Skip to content

Commit

Permalink
Update nix package to 0.26.0 (#141)
Browse files Browse the repository at this point in the history
- Also update flake.lock
  • Loading branch information
gradientvera authored Mar 10, 2024
1 parent 217b239 commit 8f7d8b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.25.1";
version = "0.26.0";
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-Hm+ILxFXHaP0Zh96GZLG4h1Y7h1kapbn844NVFiyIjw=";
hash = "sha256-Gh2gQucn3VsfFrPAS/vehfVy5WqlVpvSeISB4/j08MQ=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 8f7d8b0

Please sign in to comment.