Merge pull request #180682 from r-ryantm/auto-update/fast-downward

fast-downward: 21.12.0 -> 22.06.0
This commit is contained in:
Sebastián Mancilla 2022-08-17 20:28:49 -04:00 committed by GitHub
commit 68696eca80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "fast-downward";
version = "21.12.0";
version = "22.06.0";
src = fetchFromGitHub {
owner = "aibasel";
repo = "downward";
rev = "release-${version}";
sha256 = "sha256-qc+SaUpIYm7bnOZlHH2mdvUaMBB+VRyOCQM/BOoOaPE=";
sha256 = "sha256-WzxLUuwZy+oNqmgj0n4Pe1QBYXXAaJqYhT+JSLbmyiM=";
};
nativeBuildInputs = [ cmake python3.pkgs.wrapPython ];