lol

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

authored by

Mike Sperber and committed by
GitHub
bced1899 23ae4dfc

+2 -2
+2 -2
pkgs/development/interpreters/scsh/default.nix
··· 7 7 src = fetchFromGitHub { 8 8 owner = "scheme"; 9 9 repo = "scsh"; 10 - rev = "f99b8c5293628cfeaeb792019072e3a96841104f"; 11 - sha256 = "sha256-vcVtqoUhozdJq1beUN8/rcI2qOJYUN+0CPSiDWGCIjI="; 10 + rev = "4acf6e4ed7b65b46186ef0c9c2a1e10bef8dc052"; 11 + sha256 = "sha256-92NtMK5nVd6+WtHj/Rk6iQEkGsNEZySTVZkkbqKrLYY="; 12 12 fetchSubmodules = true; 13 13 }; 14 14