Unverified Commit 472701ed authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

bngblaster: 0.9.2 -> 0.9.5 (#326540)

parent 8e0266c0
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.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 ];