Merge pull request #310192 from alyaeanyx/libqalculate-5.1.1

libqalculate: 5.1.0 -> 5.1.1
This commit is contained in:
Doron Behar 2024-05-09 00:51:27 +03:00 committed by GitHub
commit 623069cd15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libqalculate";
version = "5.1.0";
version = "5.1.1";
src = fetchFromGitHub {
owner = "qalculate";
repo = "libqalculate";
rev = "v${finalAttrs.version}";
hash = "sha256-74P8jIeg0Pge+/U0cQsrEfE+P8upBAr8xSyLhB4zOVU=";
hash = "sha256-cmH92gdQ+fmtOLgx5ibKqLZaQFzx2z+GuXhR62dtftk=";
};
outputs = [ "out" "dev" "doc" ];