qalculate-gtk: 4.0.0 -> 4.1.0

This commit is contained in:
Doron Behar 2022-03-16 09:20:52 +02:00 committed by Peter Hoeg
parent 8727738771
commit 6f227f03cb

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qalculate-gtk";
version = "4.0.0";
version = "4.1.0";
src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-gtk";
rev = "v${version}";
sha256 = "sha256-l9lR5MVHWiRz5RG/I/nXRY4GQSSaXXP7PlRNoAu9+yo=";
sha256 = "sha256-EOiExp8JBc3SybSiBVbuRxBqTujzLjysWM0v94goups=";
};
hardeningDisable = [ "format" ];