mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
orpie: Refactor and hardcode orpie attribute and rev -> tag (#413968)
This commit is contained in:
commit
b64358f8a5
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ ocamlPackages.buildDunePackage rec {
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pelzlpj";
|
owner = "pelzlpj";
|
||||||
repo = pname;
|
repo = "orpie";
|
||||||
rev = "release-${version}";
|
tag = "release-${version}";
|
||||||
sha256 = "1rx2nl6cdv609pfymnbq53pi3ql5fr4kda8x10ycd9xq2gc4f21g";
|
sha256 = "sha256-LwhH2BO4p8Y8CB2pNkl2heIR7yh42erdTcDsxgy1ouc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./prefix.patch ];
|
patches = [ ./prefix.patch ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue