Unverified Commit 049837e3 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

chibi: 0.11 -> 0.12 (#500940)

parents 2d045d6c 2e2ca3ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@
}:

stdenv.mkDerivation (finalAttrs: {
  version = "0.11";
  version = "0.12";
  pname = "chibi-scheme";

  src = fetchFromGitHub {
    owner = "ashinn";
    repo = "chibi-scheme";
    rev = finalAttrs.version;
    sha256 = "sha256-i+xiaYwM7a+0T824VSuh7UUNI6HV9KpqzQPE1WAZ+As=";
    sha256 = "sha256-TQT3/fZqgQP5UfCKN1ShvGgxdjfNdUWnpqdHKQMJHzY=";
  };

  nativeBuildInputs = [ makeWrapper ];