Skip to content

Commit ef0f3cb

Browse files
authored
libsForQt5.qtstyleplugin-kvantum: 1.1.3 -> 1.1.4 (#386896)
2 parents c54d175 + 2b88093 commit ef0f3cb

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/libraries/qtstyleplugin-kvantum

1 file changed

+2
-2
lines changed

pkgs/development/libraries/qtstyleplugin-kvantum/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ let
2323
in
2424
stdenv.mkDerivation (finalAttrs: {
2525
pname = "qtstyleplugin-kvantum${lib.optionalString isQt5 "5"}";
26-
version = "1.1.3";
26+
version = "1.1.4";
2727

2828
src = fetchFromGitHub {
2929
owner = "tsujan";
3030
repo = "Kvantum";
3131
rev = "V${finalAttrs.version}";
32-
hash = "sha256-x2XsJ26y9y6IF9aY0fmAcvO4zmwLjvE2Lfvzw+GqchM=";
32+
hash = "sha256-49QnPwGQo4gOxO7EUJnn0JoQl6LgrEOW3cks3IT3fnU=";
3333
};
3434

3535
nativeBuildInputs = [

0 commit comments

Comments
 (0)