Merge pull request #275977 from r-ryantm/auto-update/bngblaster

bngblaster: 0.8.29 -> 0.8.34
This commit is contained in:
Weijia Wang
2024-01-28 11:04:54 +01:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bngblaster";
version = "0.8.29";
version = "0.8.34";
src = fetchFromGitHub {
owner = "rtbrick";
repo = "bngblaster";
rev = finalAttrs.version;
hash = "sha256-yuWSGN7wLRksNjgr7c5GiC9JTN4T1PJV4Js1ZOGBKqA=";
hash = "sha256-oxmDg3en7mgTmhnvpkBtBJ6o/iF+GZ3Td3V6jlWMBZc=";
};
nativeBuildInputs = [