Skip to content

Commit

Permalink
chibi: 0.9 -> 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 25, 2020
1 parent 0a874ff commit 16c56d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/chibi/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, makeWrapper }:
let
version = "0.9";
version = "0.9.1";
name = "chibi-scheme-${version}";
in
stdenv.mkDerivation {
Expand All @@ -18,7 +18,7 @@ stdenv.mkDerivation {
owner = "ashinn";
repo = "chibi-scheme";
rev = version;
sha256 = "1lnap41gl9vg82h557f4rlr69jgmd2gh0iqs6cxm77d39kv1scb8";
sha256 = "0nd63i924ifh39cba1hd4sbi6vh1cb73v97nrn4bf8rrjh3k8pdi";
};

buildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 16c56d0

Please sign in to comment.