aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2021-03-10 21:09:26 +0100
committerstuebinm2021-03-10 21:09:26 +0100
commit5d61d1bcb2fe11a3ff469a4f3a1be1885218472d (patch)
tree421687f2cf2ed621a2a47f208f15538b6cd59d92
parent0b9e35a500efcb9320d591c0cb69b67b5699bf97 (diff)
fix hasi version
someone rebased a commit there and thereby changed a commit hash, which broke this module. Reproducability, yay!
-rw-r--r--TODO1
-rw-r--r--wapkgs.nix4
2 files changed, 2 insertions, 3 deletions
diff --git a/TODO b/TODO
index 7cfcb6e..61abbba 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,3 @@
- - package more workadventure versions
- periodically update the tcm version until they declare a stable version
- figure out what the uploader and admin components are meant to do
diff --git a/wapkgs.nix b/wapkgs.nix
index 9f93b35..86e9866 100644
--- a/wapkgs.nix
+++ b/wapkgs.nix
@@ -9,8 +9,8 @@ let
};
hasi = pkgs.fetchgit {
url = "https://gitlab.hasi.it/herzi/project/workadventure";
- rev = "686a85330f59b2d4373f37d8a009d4763607ca19";
- sha256 = "1kxdhf5x97qhm8v1cbi4dnbvj01i1kh66cyhwad60vw60d9lz0az";
+ rev = "2f21c732eac0c1741dca6a70a92445e4792202c0";
+ sha256 = "0463hjm7d1b87my58abys60a2x1882mpd7rxsfgd5spspdgqx0xc";
};
tabascoeye = pkgs.fetchFromGitHub {
owner = "tabascoeye";