Unverified Commit c304f76f authored by Yureka's avatar Yureka Committed by GitHub
Browse files

bngblaster: 0.9.26 -> 0.9.30 (#467158)

parents 76f8f5ac 96564e89
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.26";
  version = "0.9.30";

  src = fetchFromGitHub {
    owner = "rtbrick";
    repo = "bngblaster";
    rev = finalAttrs.version;
    hash = "sha256-EZc+cageuhPSIwyHAW6JTbSGQwlHCl9YpUHzHZ0ygx0=";
    hash = "sha256-wl1uE9pb5gZAdZ1sNp3wTG3yT0Yu3OrTHXNdNPHW5ew=";
  };

  nativeBuildInputs = [ cmake ];