Unverified Commit 5e8539d1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

example-robot-data: 4.0.6 -> 4.0.7
parents e3eb8af1 2b369846
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;