orpie: Refactor and hardcode orpie attribute and rev -> tag (#413968)

This commit is contained in:
Peder Bergebakken Sundt 2025-06-05 19:52:33 +02:00 committed by GitHub
commit b64358f8a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,9 +10,9 @@ ocamlPackages.buildDunePackage rec {
src = fetchFromGitHub {
owner = "pelzlpj";
repo = pname;
rev = "release-${version}";
sha256 = "1rx2nl6cdv609pfymnbq53pi3ql5fr4kda8x10ycd9xq2gc4f21g";
repo = "orpie";
tag = "release-${version}";
sha256 = "sha256-LwhH2BO4p8Y8CB2pNkl2heIR7yh42erdTcDsxgy1ouc=";
};
patches = [ ./prefix.patch ];