File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
pkgs/by-name/kr/krita-plugin-gmic Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 11{
22 lib ,
33 stdenv ,
4- fetchFromGitHub ,
4+ fetchurl ,
55 cmake ,
66 extra-cmake-modules ,
77 fftw ,
1111
1212stdenv . 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 ] ;
You can’t perform that action at this time.
0 commit comments