libsForQt5.alkimia: 8.1.95 -> 8.2.0 (#421639)

authored by Wolfgang Walther and committed by GitHub 7201a842 b7f33a08

+2 -2
+2 -2
pkgs/development/libraries/alkimia/default.nix
··· 17 17 18 18 stdenv.mkDerivation (finalAttrs: { 19 19 pname = "alkimia"; 20 - version = "8.1.95"; 20 + version = "8.2.0"; 21 21 22 22 src = fetchFromGitLab { 23 23 domain = "invent.kde.org"; 24 24 owner = "office"; 25 25 repo = "alkimia"; 26 26 rev = "v${finalAttrs.version}"; 27 - hash = "sha256-nvaPdEgjunDUQeIDYnBQaC8SB+W/aUg6HxUDl9G127g="; 27 + hash = "sha256-1unlpGTJaAMhYacMO2totq0JFNaYffgieJsYa18DtkY="; 28 28 }; 29 29 30 30 nativeBuildInputs = [