From bced189985b8666d595f7098ac0a5bc2275dae69 Mon Sep 17 00:00:00 2001 From: Mike Sperber Date: Mon, 4 Apr 2022 18:23:58 +0200 Subject: [PATCH] scsh: Update to latest head, unbreaking the build The only difference with the previous revision is that the submodule URL is now https: instead of unauthenticated git@ protocol - this pull request: https://github.com/scheme/scsh/pull/44 --- pkgs/development/interpreters/scsh/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/scsh/default.nix b/pkgs/development/interpreters/scsh/default.nix index b57cc64fb8d..45b59124b78 100644 --- a/pkgs/development/interpreters/scsh/default.nix +++ b/pkgs/development/interpreters/scsh/default.nix @@ -7,8 +7,8 @@ stdenv.mkDerivation { src = fetchFromGitHub { owner = "scheme"; repo = "scsh"; - rev = "f99b8c5293628cfeaeb792019072e3a96841104f"; - sha256 = "sha256-vcVtqoUhozdJq1beUN8/rcI2qOJYUN+0CPSiDWGCIjI="; + rev = "4acf6e4ed7b65b46186ef0c9c2a1e10bef8dc052"; + sha256 = "sha256-92NtMK5nVd6+WtHj/Rk6iQEkGsNEZySTVZkkbqKrLYY="; fetchSubmodules = true; };