Merge pull request #134474 from r-ryantm/auto-update/qalculate-gtk

qalculate-gtk: 3.19.0 -> 3.20.1

authored by

Gabriel Ebner and committed by
GitHub
65cafb60 4f36420d

+2 -2
+2 -2
pkgs/applications/science/math/qalculate-gtk/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "qalculate-gtk"; 5 - version = "3.19.0"; 5 + version = "3.20.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "qalculate"; 9 9 repo = "qalculate-gtk"; 10 10 rev = "v${version}"; 11 - sha256 = "1nrx7gp6f1yalbdda1gb97azhbr4xclq2xf08vvbvsk8jfd6fd2v"; 11 + sha256 = "sha256-GTOdJ4dxR491WU6WM47xLHO7RGUGXkdHuQIDxJvVvFE="; 12 12 }; 13 13 14 14 hardeningDisable = [ "format" ];