mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
stormlib: 9.22 -> 9.23
This commit is contained in:
parent
a630b7d254
commit
2502dd75bd
@ -11,13 +11,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "stormlib";
|
||||
version = "9.22";
|
||||
version = "9.23";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ladislav-zezula";
|
||||
repo = "StormLib";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-jFUfxLzuRHAvFE+q19i6HfGcL6GX4vKL1g7l7LOhjeU=";
|
||||
hash = "sha256-8JDMqZ5BWslH4+Mfo5lnWTmD2QDaColwBOLzcuGZciY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -54,7 +54,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/ladislav-zezula/StormLib";
|
||||
description = "An open-source project that can work with Blizzard MPQ archives";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "storm_test";
|
||||
maintainers = with lib.maintainers; [ aanderse karolchmist ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user