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

bngblaster: 0.8.47 -> 0.8.49
This commit is contained in:
Fabian Affolter 2024-04-27 18:39:32 +02:00 committed by GitHub
commit e9dfc59aad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];