example-robot-data: 4.0.6 -> 4.0.7

This commit is contained in:
Weijia Wang 2023-05-19 16:57:03 +03:00
parent 9758484940
commit 2b36984627

View file

@ -8,14 +8,14 @@
stdenv.mkDerivation rec {
pname = "example-robot-data";
version = "4.0.6";
version = "4.0.7";
src = fetchFromGitHub {
owner = "Gepetto";
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-X1BQGM7MMe753RMb/rVYv7kNnjk/q30u/VJARAXiTAI=";
hash = "sha256-dN23ukKPkTohqD1J/0EneLyG6Cg0zriMr1l6WLFemd8=";
};
strictDeps = true;