bngblaster: 0.9.38 -> 0.9.39

This commit is contained in:
R. Ryantm
2026-09-03 15:25:00 +00:00
parent 4238030c5f
commit ecf698d554

View File

@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bngblaster";
version = "0.9.38";
version = "0.9.39";
src = fetchFromGitHub {
owner = "rtbrick";
repo = "bngblaster";
rev = finalAttrs.version;
hash = "sha256-fz/hS47pCw01dRF7DaPpnZMv2QQBD1hgES4eVGXe/LI=";
hash = "sha256-21lSKsjf8IMeUV7wEYd5CNcKkk+H5BwGXJaSGZj3hN0=";
};
nativeBuildInputs = [ cmake ];