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

fast-downward: 22.12.0 -> 23.06.0
This commit is contained in:
Weijia Wang 2023-08-13 13:49:08 +02:00 committed by GitHub
commit 5075896acb
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 = "22.12.0";
version = "23.06.0";
src = fetchFromGitHub {
owner = "aibasel";
repo = "downward";
rev = "release-${version}";
sha256 = "sha256-GwZ5BGzLRMgWNBaA7M2D2p9OxvdyWqm+sTwxGpcI/qY=";
sha256 = "sha256-yNaMyS47yxc/p5Rs/kHwD/pgjGXnHBdybYdo1GIEmA4=";
};
nativeBuildInputs = [ cmake python3.pkgs.wrapPython ];