Merge pull request #298995 from r-ryantm/auto-update/cakelisp
cakelisp: 0.3.0-unstable-2024-02-21 -> 0.3.0-unstable-2024-03-21
This commit is contained in:
commit
2351f04cd4
1 changed files with 3 additions and 3 deletions
|
@ -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-02-21";
|
version = "0.3.0-unstable-2024-03-21";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://macoy.me/code/macoy/cakelisp";
|
url = "https://macoy.me/code/macoy/cakelisp";
|
||||||
rev = "75ce620b265bf83c6952c0093df2b9d4f7f32a54";
|
rev = "6bde4b8002e4825116f3b18291a012bf1729f497";
|
||||||
hash = "sha256-X+tWq2QQogy4d042pcVuldc80jcClYtV09Jr91rHJl4=";
|
hash = "sha256-jpwVHiDRVa6QoYxsasmiV1IdbBqZj0tU5EBruOHfzYg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gcc ];
|
buildInputs = [ gcc ];
|
||||||
|
|
Loading…
Reference in a new issue