bngblaster: 0.9.12 -> 0.9.13

This commit is contained in:
R. Ryantm
2024-12-12 05:08:56 +00:00
parent 259b32e2bc
commit c253689fe0
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bngblaster";
version = "0.9.12";
version = "0.9.13";
src = fetchFromGitHub {
owner = "rtbrick";
repo = "bngblaster";
rev = finalAttrs.version;
hash = "sha256-wbjqZ3lZZzctHDjQM0DDrkMX3obIFJEj+R7M7JGU0Uk=";
hash = "sha256-fMaa4UCERsZ/LIXJT4XIeb0TLYAJVzhdFFd+56n6ASA=";
};
nativeBuildInputs = [ cmake ];