source2viewer-cli: 19.1 -> 19.2 (#527561)

This commit is contained in:
nixpkgs-ci[bot] 2026-06-03 14:18:58 +00:00 committed by GitHub
commit 13431a172a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";