tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
libsForQt5.kquickimageedit: 0.2.0 -> 0.3.0
R. Ryantm
2 years ago
e00754f7
014ba34d
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
kquickimageedit
default.nix
+2
-2
pkgs/development/libraries/kquickimageedit/default.nix
···
6
6
7
7
mkDerivation rec {
8
8
pname = "kquickimageeditor";
9
9
-
version = "0.2.0";
9
9
+
version = "0.3.0";
10
10
11
11
src = fetchFromGitLab {
12
12
domain = "invent.kde.org";
13
13
owner = "libraries";
14
14
repo = pname;
15
15
rev = "v${version}";
16
16
-
sha256 = "sha256-g7+BAWjpQBJPbrwnIwSudjBFtwaj4JKemV+BLfPzl4I=";
16
16
+
sha256 = "sha256-+BByt07HMb4u6j9bVZqkUPvyRaElKvJ2MjKlPakL87E=";
17
17
};
18
18
19
19
nativeBuildInputs = [ extra-cmake-modules ];