Merge pull request #134447 from r-ryantm/auto-update/pioneer

pioneer: 20210203 -> 20210723
This commit is contained in:
figsoda 2021-09-16 22:13:34 -04:00 committed by GitHub
commit 96163f9884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "pioneer";
version = "20210203";
version = "20210723";
src = fetchFromGitHub{
owner = "pioneerspacesim";
repo = "pioneer";
rev = version;
sha256 = "sha256-51HXbX15uB1Xf9Re7Qi41BnJ9OW+GeXQhylJ+HwP0f8=";
sha256 = "sha256-w+ECVv96MoS69815+X0PqguDiGDhHoTnAnnYtLpMScI=";
};
nativeBuildInputs = [ cmake pkg-config ];