python311Packages.example-robot-data: 4.0.9 -> 4.1.0

This commit is contained in:
R. Ryantm 2024-01-30 04:07:59 +00:00
parent 1000d29be1
commit bf7040168d

View File

@ -8,14 +8,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "example-robot-data";
version = "4.0.9";
version = "4.1.0";
src = fetchFromGitHub {
owner = "Gepetto";
repo = "example-robot-data";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-dLW8QaQhTTDcE4QCP9uV4ykOqwc3nbPUmF1B77r8CHQ=";
hash = "sha256-Heq+c8SSYNO8ksTv5FphRBRStlTakm9T66jlPXon5tI=";
};
strictDeps = true;