From 5d61d1bcb2fe11a3ff469a4f3a1be1885218472d Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 10 Mar 2021 21:09:26 +0100 Subject: fix hasi version someone rebased a commit there and thereby changed a commit hash, which broke this module. Reproducability, yay! --- TODO | 1 - wapkgs.nix | 4 ++-- 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"; -- cgit v1.2.3