mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
Merge pull request #321600 from otavio/renode-fix
renode: use robotframework v6.1 as required by new versions
This commit is contained in:
commit
e0507fb9f1
|
@ -23,8 +23,8 @@ let
|
|||
src = fetchFromGitHub {
|
||||
owner = "robotframework";
|
||||
repo = "robotframework";
|
||||
rev = "v6.0.2";
|
||||
hash = "sha256-c7pPcDgqyqWQtiMbLQbQd0nAgx4TIFUFHrlBVDNdr8M=";
|
||||
rev = "v6.1";
|
||||
hash = "sha256-l1VupBKi52UWqJMisT2CVnXph3fGxB63mBVvYdM1NWE=";
|
||||
};
|
||||
}))
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue