mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
pioneer: 20250203 -> 20250501
This commit is contained in:
parent
72d7521374
commit
f104704356
1 changed files with 2 additions and 2 deletions
|
@ -22,13 +22,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pioneer";
|
pname = "pioneer";
|
||||||
version = "20250203";
|
version = "20250501";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pioneerspacesim";
|
owner = "pioneerspacesim";
|
||||||
repo = "pioneer";
|
repo = "pioneer";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-mPTMmCgttFEhMyhGbRFBsIqI6oU0yBQJp+m7NbeeUHA=";
|
hash = "sha256-bQ1JGndHbBM28SuAUybo9msC/nBXu6el1UY41BKJN5A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue