Skip to content

Commit 8dbbe5f

Browse files
krita-plugin-gmic: 3.2.4.1 -> 3.6.4.1 (#478510)
2 parents b82b5e5 + 1bb19fd commit 8dbbe5f

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

pkgs/by-name/kr/krita-plugin-gmic/package.nix

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
lib,
33
stdenv,
4-
fetchFromGitHub,
4+
fetchurl,
55
cmake,
66
extra-cmake-modules,
77
fftw,
@@ -11,15 +11,13 @@
1111

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "krita-plugin-gmic";
14-
version = "3.2.4.1";
14+
version = "3.6.4.1";
1515

16-
src = fetchFromGitHub {
17-
owner = "amyspark";
18-
repo = "gmic";
19-
rev = "v${finalAttrs.version}";
20-
hash = "sha256-SYE8kGvN7iD5OqiEEZpB/eRle67PrB5DojMC79qAQtg=";
16+
src = fetchurl {
17+
url = "https://files.kde.org/krita/build/dependencies/gmic-${finalAttrs.version}.tar.gz";
18+
hash = "sha256-prbGkwFWC+LqK1WDqOwZvX5Q5LQal3dFUXzpILwF+v4=";
2119
};
22-
sourceRoot = "${finalAttrs.src.name}/gmic-qt";
20+
sourceRoot = "gmic-v${finalAttrs.version}/gmic-qt";
2321
dontWrapQtApps = true;
2422

2523
postPatch = ''
@@ -49,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
4947
];
5048

5149
meta = {
52-
homepage = "https://github.com/amyspark/gmic";
50+
homepage = "https://krita.org";
5351
description = "GMic plugin for Krita";
5452
license = lib.licenses.cecill21;
5553
maintainers = with lib.maintainers; [ lelgenio ];

0 commit comments

Comments
 (0)