bngblaster: 0.8.51 -> 0.9.2 (#317071)

This commit is contained in:
R. RyanTM 2024-06-10 21:18:02 +10:00 committed by GitHub
parent 0a8b4b05f2
commit 4440b5d163
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.51";
version = "0.9.2";
src = fetchFromGitHub {
owner = "rtbrick";
repo = "bngblaster";
rev = finalAttrs.version;
hash = "sha256-7AwLedYPOZAKQpWWuEasI9ytN66MZYKFO9SgXi7NjIo=";
hash = "sha256-ugfimJmyAHxgLypgEwzOK0VLmIYod5YzW7oO/omcl1I=";
};
nativeBuildInputs = [ cmake ];