muparser: 2.3.4 -> 2.3.5

This commit is contained in:
R. Ryantm
2024-12-13 02:41:01 +00:00
parent 906114f272
commit cdc114ef33
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "muparser";
version = "2.3.4";
version = "2.3.5";
src = fetchFromGitHub {
owner = "beltoforion";
repo = "muparser";
rev = "v${version}";
hash = "sha256-hutmmhw7BHAwbDKBiK+3Yw833GL0rPGlVjlO7XzTii0=";
hash = "sha256-CE3xgJr2RNsNMrj8Cf6xd/pD9M1OlHEclTW6xZV5X30=";
};
postPatch = ''