gephgui-wry: 5.7.1 -> 5.7.2

This commit is contained in:
R. Ryantm
2026-06-24 05:09:13 +00:00
parent dd4c7b49b6
commit effa6972ac
+2 -2
View File
@@ -59,13 +59,13 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "gephgui-wry";
version = "5.7.1";
version = "5.7.2";
src = fetchFromGitHub {
owner = "geph-official";
repo = "gephgui-pkg";
tag = "v${finalAttrs.version}";
hash = "sha256-PpkhIfA1jTqiY+4UwonrUk2wq+wL2Rhltfhp0LSURMg=";
hash = "sha256-uY2m4TXy4+efRC6WzGjB5Vushgj8zkCp0ctnCJAR+FE=";
fetchSubmodules = true;
};