Commit c62f9283 authored by OPNA2608's avatar OPNA2608
Browse files

palemoon: 32.0.0 -> 32.0.1

parent 3d566e18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ assert with lib.strings; (

stdenv.mkDerivation rec {
  pname = "palemoon";
  version = "32.0.0";
  version = "32.0.1";

  src = fetchFromGitea {
    domain = "repo.palemoon.org";
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
    repo = "Pale-Moon";
    rev = "${version}_Release";
    fetchSubmodules = true;
    sha256 = "sha256-0N63Xo8cRIHwEXkT8eeot0DgZU7aPirmVq/iHJjlGRw=";
    sha256 = "sha256-lz9Ok8i95pVfl4UHy2zWFe9vwJocUvDbueiWdZuz4Bo=";
  };

  nativeBuildInputs = [