bngblaster: 0.9.31 -> 0.9.33

This commit is contained in:
R. Ryantm
2026-04-04 17:26:09 +00:00
parent c11a94ff82
commit 0f5eab3cd6
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bngblaster";
version = "0.9.31";
version = "0.9.33";
src = fetchFromGitHub {
owner = "rtbrick";
repo = "bngblaster";
rev = finalAttrs.version;
hash = "sha256-/HGgC+I67sksc60gJD1G1FtUnTZrXct/aclcfCuS5wk=";
hash = "sha256-8Ka+fLDQdSadxXGd/xMt7qurdnSFE6jdi8bGnTH+mPQ=";
};
nativeBuildInputs = [ cmake ];