Compare commits
2 Commits
v0.0.22
...
87d42e3b3b
Author | SHA1 | Date | |
---|---|---|---|
87d42e3b3b | |||
0394129a4c |
@ -3,9 +3,9 @@
|
||||
MAKEFLAGS += --warn-undefined-variables
|
||||
MAKEFLAGS += --no-builtin-rules
|
||||
|
||||
VERSION_CODE := 26
|
||||
VERSION_NUMBER := 0.0.22
|
||||
VERSION_NAME := Get born soon.
|
||||
VERSION_CODE := 27
|
||||
VERSION_NUMBER := 0.0.23-wip
|
||||
VERSION_NAME := Me upon my pony on my boat.
|
||||
|
||||
SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3460100.zip
|
||||
BUNDLETOOL_URL := https://github.com/google/bundletool/releases/download/1.17.0/bundletool-all-1.17.0.jar
|
||||
|
@ -28,7 +28,7 @@ pkgs.stdenv.mkDerivation rec {
|
||||
owner = "cory";
|
||||
repo = "tildefriends";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-0x4LJXtMUxBsWEOoWAaQlStTfvqUf4Qs/5vJZ2EvBpY=";
|
||||
hash = "sha256-Su+y++zVXmYNbwfhCP6w5e36oxW5fkURPFzFLjbyFEI=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user