bngblaster: 0.9.2 -> 0.9.5 (#326540)

This commit is contained in:
R. RyanTM 2024-08-08 02:24:34 +10:00 committed by GitHub
parent 8e0266c0c5
commit 472701edc3
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.2";
version = "0.9.5";
src = fetchFromGitHub {
owner = "rtbrick";
repo = "bngblaster";
rev = finalAttrs.version;
hash = "sha256-ugfimJmyAHxgLypgEwzOK0VLmIYod5YzW7oO/omcl1I=";
hash = "sha256-fJDoKGYal/wDpe2FALWDm0cVngP2ybWlrDIJLSEBIGY=";
};
nativeBuildInputs = [ cmake ];