Merge pull request #301172 from r-ryantm/auto-update/cakelisp

cakelisp: 0.3.0-unstable-2024-03-21 -> 0.3.0-unstable-2024-04-01
This commit is contained in:
Weijia Wang 2024-04-08 16:50:40 +02:00 committed by GitHub
commit de1d281692
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,12 +3,12 @@
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "cakelisp"; pname = "cakelisp";
# using unstable as it's the only version that builds against gcc-13 # using unstable as it's the only version that builds against gcc-13
version = "0.3.0-unstable-2024-03-21"; version = "0.3.0-unstable-2024-04-01";
src = fetchgit { src = fetchgit {
url = "https://macoy.me/code/macoy/cakelisp"; url = "https://macoy.me/code/macoy/cakelisp";
rev = "6bde4b8002e4825116f3b18291a012bf1729f497"; rev = "7f09a08623f4141d3c2940bca3e8ea646a7049cc";
hash = "sha256-jpwVHiDRVa6QoYxsasmiV1IdbBqZj0tU5EBruOHfzYg="; hash = "sha256-5ey2j38bhoRADMFcTGcUiOHE/UlU2mPGqzfv7dEk6oQ=";
}; };
buildInputs = [ gcc ]; buildInputs = [ gcc ];