Unverified Commit 90b8f9db authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

nugget-doom: 4.3.0 -> 4.4.0 (#432692)

parents f0300605 6f7c5623
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "nugget-doom";
  version = "4.3.0";
  version = "4.4.0";

  src = fetchFromGitHub {
    owner = "MrAlaux";
    repo = "Nugget-Doom";
    tag = "nugget-doom-${finalAttrs.version}";
    hash = "sha256-T85UwCl75/RPOscfcRVlF3HhjlDVM2+W1L002UGNLZU=";
    hash = "sha256-Egk4Tx0qFC++r/Bubr1N+lxAfjyDkRmrZKwf09ZD+Kk=";
  };

  nativeBuildInputs = [