Unverified Commit 27463024 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

mangojuice: 0.8.4 -> 0.8.5 (#412035)

parents 8b8f7b58 1a8b7d8e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,13 +25,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "mangojuice";
  version = "0.8.4";
  version = "0.8.5";

  src = fetchFromGitHub {
    owner = "radiolamp";
    repo = "mangojuice";
    tag = finalAttrs.version;
    hash = "sha256-LsXTzPSDELw1SKTDtgOMQe1FOPwdVft7VFacE4WezNQ=";
    hash = "sha256-pqtzNJBMoKbF48JoIrbcJX78S+e3tb+otiG85YbBKYk=";
  };

  patches = [