bngblaster: 0.8.47 -> 0.8.49

This commit is contained in:
R. Ryantm 2024-04-27 10:17:53 +00:00
parent 60cb88cc49
commit 619b26c486

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bngblaster";
version = "0.8.47";
version = "0.8.49";
src = fetchFromGitHub {
owner = "rtbrick";
repo = "bngblaster";
rev = finalAttrs.version;
hash = "sha256-ad2vVBXN5hUCaFnq4WYc7UTKvyLg4HY+l+PGlc5ylmw=";
hash = "sha256-ZxFC8ZGcheYWmbqaZJYkqQkxn8F3RGjCsCNeQWnLKv0=";
};
nativeBuildInputs = [ cmake ];