stormlib: 9.22 -> 9.23

This commit is contained in:
Anderson Torres 2024-04-19 23:01:53 -03:00
parent a630b7d254
commit 2502dd75bd

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "stormlib"; pname = "stormlib";
version = "9.22"; version = "9.23";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ladislav-zezula"; owner = "ladislav-zezula";
repo = "StormLib"; repo = "StormLib";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-jFUfxLzuRHAvFE+q19i6HfGcL6GX4vKL1g7l7LOhjeU="; hash = "sha256-8JDMqZ5BWslH4+Mfo5lnWTmD2QDaColwBOLzcuGZciY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -54,7 +54,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/ladislav-zezula/StormLib"; homepage = "https://github.com/ladislav-zezula/StormLib";
description = "An open-source project that can work with Blizzard MPQ archives"; description = "An open-source project that can work with Blizzard MPQ archives";
license = lib.licenses.mit; license = lib.licenses.mit;
mainProgram = "storm_test";
maintainers = with lib.maintainers; [ aanderse karolchmist ]; maintainers = with lib.maintainers; [ aanderse karolchmist ];
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };