Commit d6eb80a5 authored by R. RyanTM's avatar R. RyanTM
Browse files

pioneer: 20240314 -> 20240710

parent c35a5a89
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenv.mkDerivation rec {
  pname = "pioneer";
  version = "20240314";
  version = "20240710";

  src = fetchFromGitHub{
    owner = "pioneerspacesim";
    repo = "pioneer";
    rev = version;
    hash = "sha256-CUaiQPRufo8Ng70w5KWlLugySMaTaUuZno/ckyU1w2w=";
    hash = "sha256-zuPm5odMn6C3JqkgqQdgSztwxWjMmLVWUalYbEbAZro=";
  };

  postPatch = ''