tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
qt5integration: 5.6.17 -> 5.6.20
rewine
2 years ago
61c5c500
570e030e
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
desktops
deepin
library
qt5integration
default.nix
+2
-2
pkgs/desktops/deepin/library/qt5integration/default.nix
···
15
16
stdenv.mkDerivation rec {
17
pname = "qt5integration";
18
-
version = "5.6.17";
19
20
src = fetchFromGitHub {
21
owner = "linuxdeepin";
22
repo = pname;
23
rev = version;
24
-
hash = "sha256-8ag/cFkjp5u/0/71xKR6z6dXp2NGRIYNNbzzEmgsDmc=";
25
};
26
27
nativeBuildInputs = [
···
15
16
stdenv.mkDerivation rec {
17
pname = "qt5integration";
18
+
version = "5.6.20";
19
20
src = fetchFromGitHub {
21
owner = "linuxdeepin";
22
repo = pname;
23
rev = version;
24
+
hash = "sha256-cmvscSIu3LOTKuMs/+JUdJAvQ7OB4o1k+LqfRxNefZU=";
25
};
26
27
nativeBuildInputs = [