bngblaster: 0.9.6 -> 0.9.7 (#342048)

This commit is contained in:
Nick Cao
2024-09-15 11:32:34 -04:00
committed by GitHub

View File

@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bngblaster";
version = "0.9.6";
version = "0.9.7";
src = fetchFromGitHub {
owner = "rtbrick";
repo = "bngblaster";
rev = finalAttrs.version;
hash = "sha256-VPzlORjLcsHY/rSYFlzKb5dh9D7j302dcRFULVjQSa0=";
hash = "sha256-h4m/tPiLFRi3Dwh6QPmnCCZR4XNOZaz9xoDhOXAcIEQ=";
};
nativeBuildInputs = [ cmake ];