example-robot-data: 4.0.5 -> 4.0.6

This commit is contained in:
Weijia Wang 2023-05-14 22:38:40 +02:00
parent aa3be4c3df
commit 921458fbcb

View File

@ -8,14 +8,14 @@
stdenv.mkDerivation rec {
pname = "example-robot-data";
version = "4.0.5";
version = "4.0.6";
src = fetchFromGitHub {
owner = "Gepetto";
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-KE+wmYlgETt6RtyN/BMApgS075/WtuhY+rM7YFkBH0E=";
hash = "sha256-X1BQGM7MMe753RMb/rVYv7kNnjk/q30u/VJARAXiTAI=";
};
strictDeps = true;