bngblaster: 0.9.23 -> 0.9.24

This commit is contained in:
R. Ryantm
2025-09-08 15:15:53 +00:00
parent 90a49d004a
commit 8efe71a6aa
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bngblaster";
version = "0.9.23";
version = "0.9.24";
src = fetchFromGitHub {
owner = "rtbrick";
repo = "bngblaster";
rev = finalAttrs.version;
hash = "sha256-qo48OW02IMAAxMYTYguv5jKvy/GPq1WKgcluSrMIt2E=";
hash = "sha256-flPMDpAEAICLR9TYz0vD62e26pJH2p/3u20sOEuKNx4=";
};
nativeBuildInputs = [ cmake ];