Unverified Commit bb8cc978 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

shen-sbcl: 40 -> 41 (#488502)

parents c472b135 25d144c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "shen-sbcl";
  version = "40";
  version = "41";

  src = fetchzip {
    url = "https://www.shenlanguage.org/Download/S${finalAttrs.version}.zip";
    hash = "sha256-Ldz4NV+1Hf7FCDis+oeDt8mNuMe37jpaBMJlQ1XQaa0=";
    hash = "sha256-uWGMET1zjGbI/+yM1zeMfhVYBgrGawafAEBBGXANXGE=";
  };

  nativeBuildInputs = [ sbcl ];