Unverified Commit 3efc6ce7 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

bngblaster: 0.8.34 -> 0.8.35 (#286006)

parent 0d96c9db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "bngblaster";
  version = "0.8.34";
  version = "0.8.35";

  src = fetchFromGitHub {
    owner = "rtbrick";
    repo = "bngblaster";
    rev = finalAttrs.version;
    hash = "sha256-oxmDg3en7mgTmhnvpkBtBJ6o/iF+GZ3Td3V6jlWMBZc=";
    hash = "sha256-zljpApecUKtdU1HqLmeREeL+rmDUMhBWnycgmENlt1o=";
  };

  nativeBuildInputs = [