libqalculate: 5.4.0 -> 5.4.0.1

This commit is contained in:
R. Ryantm
2024-12-12 04:11:06 +00:00
parent 259b32e2bc
commit 20850bfca9
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libqalculate";
version = "5.4.0";
version = "5.4.0.1";
src = fetchFromGitHub {
owner = "qalculate";
repo = "libqalculate";
rev = "v${finalAttrs.version}";
hash = "sha256-IatxsbSKoLwG6yXCFtejUTl48gIis76rLeULc2+aktk=";
hash = "sha256-cx0pl3OEA/dANcGW3obvEnAiR06IcZedyCACwibNThg=";
};
outputs = [