bngblaster: 0.9.15 -> 0.9.21 (#422460)

This commit is contained in:
Wolfgang Walther 2025-07-11 18:01:41 +00:00 committed by GitHub
commit b113c27f3f
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.9.15";
version = "0.9.21";
src = fetchFromGitHub {
owner = "rtbrick";
repo = "bngblaster";
rev = finalAttrs.version;
hash = "sha256-HqwyqUkLYoXTjx01pB8sL3hBXwLqe441M+LTqBhaZ58=";
hash = "sha256-0qku4myr38uaYLB5hjZGQa8OBnZFZtkpYhPz2aFIqpY=";
};
nativeBuildInputs = [ cmake ];