exprtk: 0.0.2 -> 0.0.3 (#361003)

This commit is contained in:
Nick Cao
2024-12-02 08:56:55 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exprtk";
version = "0.0.2";
version = "0.0.3";
src = fetchFromGitHub {
owner = "ArashPartow";
repo = pname;
rev = version;
hash = "sha256-ZV5nS6wEbKfzXhfXEtVlkwaEtxpTOYQaGlaxKx3FIvE=";
hash = "sha256-A4UzNYZZGgTJOw9G4Jg1wJZhxguFRohNEcwmwUOAX18=";
};
dontBuild = true;