From fa6d03b6870ad7fb9ff72823bd210d3ec03f9ee7 Mon Sep 17 00:00:00 2001 From: Igor Brylev Date: Tue, 10 Dec 2024 18:02:52 +0300 Subject: [PATCH] update src for robossembler framework with submodules --- pkgs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: { -- 2.49.0