cat9: unstable-2023-06-25 -> unstable-2023-11-06
This commit is contained in:
parent
8eb80d7b8c
commit
a139c5c077
1 changed files with 7 additions and 7 deletions
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "cat9";
|
pname = "cat9";
|
||||||
version = "unstable-2023-06-25";
|
version = "unstable-2023-11-06";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "letoram";
|
owner = "letoram";
|
||||||
repo = "cat9";
|
repo = "cat9";
|
||||||
rev = "4d8a0c539a5c756acada96fd80e7eb3b9554ac05";
|
rev = "a807776a85237ab0bdd0a712fb33c176fc295e30";
|
||||||
hash = "sha256-T3RPuldKTzHm0EdfdMOtHv9kcr9oE9YQgdzv/jjPPnc=";
|
hash = "sha256-OlH8FgVBk76Qw+5mnsrryXOL9GbPJWlwUGtYlLuAPxQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
@ -27,11 +27,11 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
homepage = "https://github.com/letoram/cat9";
|
homepage = "https://github.com/letoram/cat9";
|
||||||
description = "A User shell for LASH";
|
description = "A User shell for LASH";
|
||||||
license = licenses.unlicense;
|
license = with lib.licenses; [ unlicense ];
|
||||||
maintainers = with maintainers; [ AndersonTorres ];
|
maintainers = with lib.maintainers; [ AndersonTorres ];
|
||||||
platforms = platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue