We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c474c commit d620f0dCopy full SHA for d620f0d
1 file changed
pkgs/development/libraries/qtutilities/default.nix
@@ -10,13 +10,13 @@
10
11
stdenv.mkDerivation (finalAttrs: {
12
pname = "qtutilities";
13
- version = "6.20.0";
+ version = "6.21.0";
14
15
src = fetchFromGitHub {
16
owner = "Martchus";
17
repo = "qtutilities";
18
rev = "v${finalAttrs.version}";
19
- hash = "sha256-vbflnFA8fmRDzWm0Zjzh4KcYEIsv7OtdKPJiIL07j8s=";
+ hash = "sha256-M6gjQNbXYSQapf5eYMxYiJ6YPuQNnJq5Jh2FgTFsGp0=";
20
};
21
22
nativeBuildInputs = [
0 commit comments