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