Merge pull request #271903 from wegank/example-robot-data-bump

python311Packages.example-robot-data: 4.0.8 -> 4.0.9
This commit is contained in:
Weijia Wang 2023-12-04 11:38:41 +01:00 committed by GitHub
commit 32766c488e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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