Skip to content

Commit

Permalink
alire: 2.0.1 -> 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
atalii committed Oct 9, 2024
1 parent 0bb634c commit ec6f771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/build-managers/alire/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@

stdenv.mkDerivation (finalAttrs: {
pname = "alire";
version = "2.0.1";
version = "2.0.2";

src = fetchFromGitHub {
owner = "alire-project";
repo = "alire";
rev = "v${finalAttrs.version}";
hash = "sha256-fJXt3mM/v87hWumML6L3MH1O/uKkzmpE58B9nDRohzM=";
hash = "sha256-m4EPiqh7KCeNgq4G727jrW5ABb+uecvvpmZyskqtml4=";

fetchSubmodules = true;
};

nativeBuildInputs = [ gprbuild gnat ];

postPatch = ''
patchShebangs ./dev/build.sh
patchShebangs ./dev/build.sh ./scripts/version-patcher.sh
'';

buildPhase = ''
Expand Down

0 comments on commit ec6f771

Please sign in to comment.