bngblaster: 0.8.39 -> 0.8.44

This commit is contained in:
R. Ryantm 2024-03-29 19:28:17 +00:00
parent 2179e629c6
commit 27842f0606

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bngblaster";
version = "0.8.39";
version = "0.8.44";
src = fetchFromGitHub {
owner = "rtbrick";
repo = "bngblaster";
rev = finalAttrs.version;
hash = "sha256-w8E/GcwLCH6OYwabRWH+CNQ2p7scMK8ogReRxNFqI4k=";
hash = "sha256-kKzrXw6HQ2917RBArj2BxixXXH0mIvC4IeEU2JY4F9s=";
};
nativeBuildInputs = [