bngblaster: 0.8.49 -> 0.8.51

This commit is contained in:
R. Ryantm 2024-05-04 10:53:46 +00:00
parent a05b336245
commit ebb63c5fe8
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bngblaster";
version = "0.8.49";
version = "0.8.51";
src = fetchFromGitHub {
owner = "rtbrick";
repo = "bngblaster";
rev = finalAttrs.version;
hash = "sha256-ZxFC8ZGcheYWmbqaZJYkqQkxn8F3RGjCsCNeQWnLKv0=";
hash = "sha256-7AwLedYPOZAKQpWWuEasI9ytN66MZYKFO9SgXi7NjIo=";
};
nativeBuildInputs = [ cmake ];