cakelisp: 0.3.0-unstable-2024-04-18 -> 0.3.0-unstable-2024-04-25
This commit is contained in:
parent
10b682b6e5
commit
292cfd4fcc
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-04-18";
|
version = "0.3.0-unstable-2024-04-25";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://macoy.me/code/macoy/cakelisp";
|
url = "https://macoy.me/code/macoy/cakelisp";
|
||||||
rev = "115ab436056602b7f3a1ca30be40edbfcc88299d";
|
rev = "eb4427f555c3def9d65612672ccfe59e11b14059";
|
||||||
hash = "sha256-rgBtT24aopXLTeDffjXGvJ3RgT+QLlr50Ju9a6ccyzc=";
|
hash = "sha256-wFyqAbHrBMFKqMYlBjS6flYHPn3Rxtaiqb1rRmlZrB4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gcc ];
|
buildInputs = [ gcc ];
|
||||||
|
|
Loading…
Reference in a new issue