alire: 2.1.0 -> 2.1.1

(cherry picked from commit d5255d6a01)
This commit is contained in:
R. Ryantm
2026-05-29 06:30:30 +00:00
committed by github-actions[bot]
parent 14c5d82a66
commit 61ce030aac

View File

@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "alire";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "alire-project";
repo = "alire";
tag = "v${finalAttrs.version}";
hash = "sha256-DfzCQu9xOe9JgX6RTrYOGTIS6EcPimLnd5pfXMtfRss=";
hash = "sha256-YOUFTKbqbFfdYNWcGCvtFCDCW2tH8E3YuRQrV522Px4=";
fetchSubmodules = true;
};