diff --git a/pkgs/default.nix b/pkgs/default.nix index b4319af..fd7e945 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -4,8 +4,8 @@ self: super: with self.lib; let rbsFrameworkSrc = self.fetchgit { url = "https://gitlab.com/robossembler/framework"; - hash = "sha256-K6vnCQn129TWiMEKe81eBx/1H6PaIriCnkHGRwL8fg0="; - rev = "e8bb59124d56c5aee0180b4c7d5c7bfeec9cb1ea"; + hash = "sha256-q1032Lu2xnMWZkr+T0rLhbpdmceDHygHC6BN3AKbFVk="; + rev = "69b8512d6b5dafe0571b5d73a910a26bbc6a84a5"; }; bpy = self.blender.overrideAttrs (old: {