mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-08 21:46:53 +00:00
palemoon: 31.2.0.1 -> 31.3.0.1
This commit is contained in:
parent
1c23b486f2
commit
2666172816
@ -45,7 +45,7 @@ assert with lib.strings; (
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "palemoon";
|
pname = "palemoon";
|
||||||
version = "31.2.0.1";
|
version = "31.3.0.1";
|
||||||
|
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "repo.palemoon.org";
|
domain = "repo.palemoon.org";
|
||||||
@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
|
|||||||
repo = "Pale-Moon";
|
repo = "Pale-Moon";
|
||||||
rev = "${version}_Release";
|
rev = "${version}_Release";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
sha256 = "sha256-ytJC3QW9grbI6DusYITACc40+xUJ94+ATVGaOzWAwHU=";
|
sha256 = "sha256-qspzTlhK9MRJBsXxmYzl5K6in09LZPvaVc+ibovJAD8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user