Unverified Commit 4440b5d1 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

bngblaster: 0.8.51 -> 0.9.2 (#317071)

parent 0a8b4b05
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];