Merge pull request #298691 from atalii/alr-up-2.0.1

alire: 2.0.0 -> 2.0.1
This commit is contained in:
Pol Dellaiera 2024-03-24 22:30:51 +01:00 committed by GitHub
commit 6cabef59b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 8 deletions

View File

@ -8,25 +8,19 @@
stdenv.mkDerivation (finalAttrs: {
pname = "alire";
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = "alire-project";
repo = "alire";
rev = "v${finalAttrs.version}";
hash = "sha256-WF7spXwQR04zIGWazUrbCdeLYOzsk8C6G+cfSS6bwdE=";
hash = "sha256-fJXt3mM/v87hWumML6L3MH1O/uKkzmpE58B9nDRohzM=";
fetchSubmodules = true;
};
nativeBuildInputs = [ gprbuild gnat ];
patches = [(fetchpatch {
name = "control-build-jobs.patch";
url = "https://github.com/alire-project/alire/pull/1651.patch";
hash = "sha256-CBQm8Doydze/KouLWuYm+WYlvnDguR/OuX8A4y4F6fo=";
})];
postPatch = ''
patchShebangs ./dev/build.sh
'';