3
0
Fork 0
forked from mirrors/nixpkgs

bngblaster: 0.8.29 -> 0.8.34

This commit is contained in:
R. Ryantm 2024-01-10 07:39:11 +00:00
parent 2225c6a883
commit 78b38b91af

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "bngblaster"; pname = "bngblaster";
version = "0.8.29"; version = "0.8.34";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rtbrick"; owner = "rtbrick";
repo = "bngblaster"; repo = "bngblaster";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-yuWSGN7wLRksNjgr7c5GiC9JTN4T1PJV4Js1ZOGBKqA="; hash = "sha256-oxmDg3en7mgTmhnvpkBtBJ6o/iF+GZ3Td3V6jlWMBZc=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [