libqalculate: 4.9.0 -> 5.0.0

authored by R. Ryantm and committed by Doron Behar b807f0c6 9b4057a0

+2 -2
+2 -2
pkgs/development/libraries/libqalculate/default.nix
··· 18 18 19 19 stdenv.mkDerivation (finalAttrs: { 20 20 pname = "libqalculate"; 21 - version = "4.9.0"; 21 + version = "5.0.0"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "qalculate"; 25 25 repo = "libqalculate"; 26 26 rev = "v${finalAttrs.version}"; 27 - hash = "sha256-6W65dg2pZeio3ZVgVLQZrz/eReYcPiYf52zjcaRfE8E="; 27 + hash = "sha256-VhaGgtSU6+7eMY7ksQMpybmt2JBI80Nwgu7PCKrTorA="; 28 28 }; 29 29 30 30 outputs = [ "out" "dev" "doc" ];