bngblaster: 0.9.14 -> 0.9.15

This commit is contained in:
R. Ryantm
2025-01-23 03:44:07 +00:00
parent 4ea755ed46
commit 95e5ef1903
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bngblaster";
version = "0.9.14";
version = "0.9.15";
src = fetchFromGitHub {
owner = "rtbrick";
repo = "bngblaster";
rev = finalAttrs.version;
hash = "sha256-vToKrP/T3qVb9UylNyZRvP+kWoizIjjXTbVlNebKG/M=";
hash = "sha256-HqwyqUkLYoXTjx01pB8sL3hBXwLqe441M+LTqBhaZ58=";
};
nativeBuildInputs = [ cmake ];