Unverified Commit a4772bd9 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

cfdg: 3.4.1 -> 3.4.2 (#393067)

parents 6ea2759c d7e1e832
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@

stdenv.mkDerivation rec {
  pname = "cfdg";
  version = "3.4.1";
  version = "3.4.2";
  src = fetchFromGitHub {
    owner = "MtnViewJohn";
    repo = "context-free";
    rev = "Version${version}";
    sha256 = "sha256-f2VMb0TM50afKf/lGdZBP2z13UrCVgG4/IYi5gnD+ow=";
    sha256 = "sha256-PtkvhX5PIeN/5UDpAaVwBwfp8ykjsjfH+8iGdbNQOfI=";
  };

  nativeBuildInputs = [