bngblaster: 0.8.44 -> 0.8.47

This commit is contained in:
R. Ryantm 2024-04-22 03:28:59 +00:00
parent cbb7ae70a1
commit 195fc2ed79
1 changed files with 2 additions and 2 deletions

View File

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