ucblogo: 6.2.4 -> 6.2.5

This commit is contained in:
Xiangyan Sun
2026-04-22 23:12:26 -07:00
parent db985dfa6e
commit 64b8e41f48
+3 -3
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ucblogo-code";
version = "6.2.4";
version = "6.2.5";
src = fetchFromGitHub {
owner = "jrincayc";
repo = "ucblogo-code";
rev = "ca23b30a62eaaf03ea203ae71d00dc45a046514e";
hash = "sha256-BVNKkT0YUqI/z5W6Y/u3WbrHmaw7Z165vFt/mlzjd+8=";
tag = "version_${finalAttrs.version}";
hash = "sha256-QofC7G6IS5TNxwRm23uhuThLou05etGuG/S3Wm29yUI=";
};
nativeBuildInputs = [