Unverified Commit 8ec07043 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

ucblogo: 6.2.4 -> 6.2.5 (#512642)

parents b0542f0b 64b8e41f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = [