palemoon: 28.8.0 -> 28.8.1

This commit is contained in:
R. RyanTM 2020-01-22 07:48:38 +00:00
parent 4311cfa157
commit 3aa2742e2b

View File

@ -13,13 +13,13 @@ let
in stdenv.mkDerivation rec {
pname = "palemoon";
version = "28.8.0";
version = "28.8.1";
src = fetchFromGitHub {
owner = "MoonchildProductions";
repo = "UXP";
rev = "PM${version}_Release";
sha256 = "0swmwall8pyg905jnw6x1b6vcv92zb7ph3zqcymh4ay2liikh8c0";
sha256 = "055bmfgasxf7azjqry06bbgwx6ryrdc1zrcq8b217b6zb1in037x";
};
desktopItem = makeDesktopItem {