Merge pull request #149339 from r-ryantm/auto-update/libqalculate

libqalculate: 3.21.0 -> 3.22.0

authored by Gabriel Ebner and committed by GitHub a98017a5 08586ff5

+2 -2
+2 -2
pkgs/development/libraries/libqalculate/default.nix
··· 3 4 stdenv.mkDerivation rec { 5 pname = "libqalculate"; 6 - version = "3.21.0"; 7 8 src = fetchFromGitHub { 9 owner = "qalculate"; 10 repo = "libqalculate"; 11 rev = "v${version}"; 12 - sha256 = "sha256-aKNoLkqpnC+jOvqs7S7SYBu+5VZ+hHHzBkwccg+kYMQ="; 13 }; 14 15 outputs = [ "out" "dev" "doc" ];
··· 3 4 stdenv.mkDerivation rec { 5 pname = "libqalculate"; 6 + version = "3.22.0"; 7 8 src = fetchFromGitHub { 9 owner = "qalculate"; 10 repo = "libqalculate"; 11 rev = "v${version}"; 12 + sha256 = "sha256-yj6adBP9nZLXZVg62bYenfuiMeyULEql25KbDen9ljA="; 13 }; 14 15 outputs = [ "out" "dev" "doc" ];