mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] source2viewer-cli: 19.1 -> 19.2 (#527585)
This commit is contained in:
commit
b471e55e7f
1 changed files with 2 additions and 2 deletions
|
|
@ -12,13 +12,13 @@ buildDotnetModule (finalAttrs: {
|
|||
__structuredAttrs = true;
|
||||
|
||||
pname = "source2viewer-cli";
|
||||
version = "19.1";
|
||||
version = "19.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ValveResourceFormat";
|
||||
repo = "ValveResourceFormat";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-eH/qAnStEjin/OM83JT1BfvWqwhjR0OoukIbAgxBNZU=";
|
||||
hash = "sha256-4aUJlJWfNOqRXeLEHf8ZlXdcASGbmV2o1oFCcHpJG0w=";
|
||||
};
|
||||
|
||||
projectFile = "CLI/CLI.csproj";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue