qalculate-gtk: 4.1.0 -> 4.1.1

This commit is contained in:
alyaeanyx 2022-04-10 13:59:30 +02:00
parent c48167590e
commit 0fc77bcb21
No known key found for this signature in database
GPG key ID: 87D1AADCD25B8DEE

View file

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