bngblaster: 0.9.25 -> 0.9.26

This commit is contained in:
R. Ryantm 2025-10-27 23:23:49 +00:00
parent a30a1af3db
commit 736a28ea82

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bngblaster";
version = "0.9.25";
version = "0.9.26";
src = fetchFromGitHub {
owner = "rtbrick";
repo = "bngblaster";
rev = finalAttrs.version;
hash = "sha256-imbTZLq7yFxh/qaigySNaBBLqkJS1zY/gwjLslj3Jv4=";
hash = "sha256-EZc+cageuhPSIwyHAW6JTbSGQwlHCl9YpUHzHZ0ygx0=";
};
nativeBuildInputs = [ cmake ];