mucommander: 1.3.0-1 -> 1.5.2-1
Changelogs: * https://github.com/mucommander/mucommander/releases/tag/1.4.0-1 * https://github.com/mucommander/mucommander/releases/tag/1.4.1-1 * https://github.com/mucommander/mucommander/releases/tag/1.5.0-1 * https://github.com/mucommander/mucommander/releases/tag/1.5.1-1 * https://github.com/mucommander/mucommander/releases/tag/1.5.2-1 Upstream also now uses Gradle 8, as of https://github.com/mucommander/mucommander/pull/944
This commit is contained in:
parent
1e14e1bce1
commit
55ae976b8e
1189
pkgs/by-name/mu/mucommander/deps.json
generated
1189
pkgs/by-name/mu/mucommander/deps.json
generated
File diff suppressed because it is too large
Load Diff
@ -2,24 +2,21 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
gradle_7,
|
||||
gradle,
|
||||
makeWrapper,
|
||||
jdk,
|
||||
gsettings-desktop-schemas,
|
||||
}:
|
||||
|
||||
let
|
||||
gradle = gradle_7;
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "mucommander";
|
||||
version = "1.3.0-1";
|
||||
version = "1.5.2-1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mucommander";
|
||||
repo = "mucommander";
|
||||
rev = finalAttrs.version;
|
||||
sha256 = "sha256-rSHHv96L2EHQuKBSAdpfi1XGP2u9o2y4g1+65FHWFMw=";
|
||||
sha256 = "sha256-J1paBXlAGe2eKMg4wvaXTzMIiSMFIJ1XIAaKrfOwQLc=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user