Merge pull request #168130 from alyaeanyx/qalculate-gtk-4.1.1

This commit is contained in:
Doron Behar 2022-04-10 16:39:23 +03:00 committed by GitHub
commit 357ca2e62c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" ];