about summary refs log tree commit diff
path: root/pkgs/development/libraries/libqalculate/default.nix
diff options
context:
space:
mode:
authoralyaeanyx <alyaeanyx@mailbox.org>2024-05-08 21:57:52 +0200
committeralyaeanyx <alyaeanyx@mailbox.org>2024-05-08 21:57:52 +0200
commit50c34a306800c12c440ec97462a12bbdda46a163 (patch)
tree63972a28b6c8a6261bdfc5af3c2f30496cd3b568 /pkgs/development/libraries/libqalculate/default.nix
parentb3590a77b8b5e67a2bbac22fa4ed50b84ffbef57 (diff)
libqalculate: 5.1.0 -> 5.1.1
Diffstat (limited to 'pkgs/development/libraries/libqalculate/default.nix')
-rw-r--r--pkgs/development/libraries/libqalculate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libqalculate/default.nix b/pkgs/development/libraries/libqalculate/default.nix
index 4e8f39c372dcb..a99b27d38d8c0 100644
--- a/pkgs/development/libraries/libqalculate/default.nix
+++ b/pkgs/development/libraries/libqalculate/default.nix
@@ -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" ];