almo: 0.9.5-alpha -> 0.9.6-alpha
Changelog: https://github.com/abap34/almo/releases/tag/v0.9.6-alpha Diff: https://github.com/abap34/almo/compare/v0.9.5-alpha...v0.9.6-alpha
This commit is contained in:
parent
d9e9853753
commit
2097821a00
@ -5,18 +5,15 @@
|
||||
gcc,
|
||||
python312Packages,
|
||||
}:
|
||||
let
|
||||
version = "0.9.5-alpha";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "almo";
|
||||
inherit version;
|
||||
version = "0.9.6-alpha";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "abap34";
|
||||
repo = "almo";
|
||||
tag = "v${version}";
|
||||
sha256 = "sha256-Cz+XDJmdp+utzwm1c7ThTNS6kfNF6r4B16tnGQSCVMc=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-eNigZUeUz6ZjQsn+0S6+Orv0WoLbqGgoA3+wG5ZcSBI=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
@ -45,7 +42,8 @@ stdenv.mkDerivation {
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.all;
|
||||
homepage = "https://github.com/abap34/almo";
|
||||
changelog = "https://github.com/abap34/almo/releases/tag/${finalAttrs.src.tag}";
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
mainProgram = "almo";
|
||||
};
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user