cakelisp: 0.3.0-unstable-2024-04-18 -> 0.3.0-unstable-2024-04-25

authored by R. Ryantm and committed by Weijia Wang 292cfd4f 10b682b6

+3 -3
+3 -3
pkgs/development/compilers/cakelisp/default.nix
··· 3 3 stdenv.mkDerivation { 4 4 pname = "cakelisp"; 5 5 # using unstable as it's the only version that builds against gcc-13 6 - version = "0.3.0-unstable-2024-04-18"; 6 + version = "0.3.0-unstable-2024-04-25"; 7 7 8 8 src = fetchgit { 9 9 url = "https://macoy.me/code/macoy/cakelisp"; 10 - rev = "115ab436056602b7f3a1ca30be40edbfcc88299d"; 11 - hash = "sha256-rgBtT24aopXLTeDffjXGvJ3RgT+QLlr50Ju9a6ccyzc="; 10 + rev = "eb4427f555c3def9d65612672ccfe59e11b14059"; 11 + hash = "sha256-wFyqAbHrBMFKqMYlBjS6flYHPn3Rxtaiqb1rRmlZrB4="; 12 12 }; 13 13 14 14 buildInputs = [ gcc ];