lol

libsForQt5.qtstyleplugin-kvantum: 1.1.3 -> 1.1.4 (#386896)

authored by scrumplex.net and committed by

GitHub ef0f3cb0 c54d175b

+2 -2
+2 -2
pkgs/development/libraries/qtstyleplugin-kvantum/default.nix
··· 23 23 in 24 24 stdenv.mkDerivation (finalAttrs: { 25 25 pname = "qtstyleplugin-kvantum${lib.optionalString isQt5 "5"}"; 26 - version = "1.1.3"; 26 + version = "1.1.4"; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "tsujan"; 30 30 repo = "Kvantum"; 31 31 rev = "V${finalAttrs.version}"; 32 - hash = "sha256-x2XsJ26y9y6IF9aY0fmAcvO4zmwLjvE2Lfvzw+GqchM="; 32 + hash = "sha256-49QnPwGQo4gOxO7EUJnn0JoQl6LgrEOW3cks3IT3fnU="; 33 33 }; 34 34 35 35 nativeBuildInputs = [