bngblaster: 0.9.13 -> 0.9.14 (#367492)

This commit is contained in:
Wolfgang Walther
2025-01-01 21:08:09 +01:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bngblaster";
version = "0.9.13";
version = "0.9.14";
src = fetchFromGitHub {
owner = "rtbrick";
repo = "bngblaster";
rev = finalAttrs.version;
hash = "sha256-fMaa4UCERsZ/LIXJT4XIeb0TLYAJVzhdFFd+56n6ASA=";
hash = "sha256-vToKrP/T3qVb9UylNyZRvP+kWoizIjjXTbVlNebKG/M=";
};
nativeBuildInputs = [ cmake ];