fix(xonsh): update xonsh
This commit is contained in:
parent
41992c65e7
commit
14c7e10e8b
3 changed files with 24 additions and 23 deletions
|
@ -37,6 +37,7 @@
|
|||
geary
|
||||
qutebrowser
|
||||
dunst
|
||||
gh
|
||||
;
|
||||
inherit (inputs.hetch.packages.${pkgs.system}) hetch;
|
||||
};
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
src = fetchFromGitHub {
|
||||
owner = "amadaluzia";
|
||||
repo = finalAttrs.pname;
|
||||
rev = "8d01b29e0e9b4f7d63ec380ceb1e701302c33ee8";
|
||||
hash = "sha256-jBAJTjH80GJ89u8r/zVWnMNXXi9V9qPw0AVy071a7rg=";
|
||||
rev = "master";
|
||||
hash = "sha256-20egNKlJjJO1wdy1anApz0ADBnaHPUSqhfrsPe3QQIs=";
|
||||
};
|
||||
});
|
||||
};
|
||||
|
@ -47,27 +47,27 @@
|
|||
hash = "sha256-CLOvMa3L4XnH53H/k6/1W9URrPakPjbX1T1U43+eSR0=";
|
||||
};
|
||||
})
|
||||
# (let
|
||||
# pname = "xontrib-init-ssh-agent";
|
||||
# version = "1.0.1";
|
||||
# in
|
||||
# ps.buildPythonPackage {
|
||||
# inherit pname version;
|
||||
# pyproject = true;
|
||||
# build-system = [
|
||||
# ps.setuptools
|
||||
# ps.wheel
|
||||
# ];
|
||||
# dependencies = [
|
||||
# ps.xonsh
|
||||
# ];
|
||||
# src = fetchFromGitHub {
|
||||
# owner = "amadaluzia";
|
||||
# repo = pname;
|
||||
# rev = "cac9cfec70ec15b0ed4f1c8a18154ea9b4f8fb47";
|
||||
# hash = "sha256-UkRPdaZFNP8qv7lMwsTUalnre3k2UMfqMzmiTveLiBM=";
|
||||
# };
|
||||
# })
|
||||
(let
|
||||
pname = "xontrib-init-ssh-agent";
|
||||
version = "1.0.1";
|
||||
in
|
||||
ps.buildPythonPackage {
|
||||
inherit pname version;
|
||||
pyproject = true;
|
||||
build-system = [
|
||||
ps.setuptools
|
||||
ps.wheel
|
||||
];
|
||||
dependencies = [
|
||||
ps.custom-xonsh
|
||||
];
|
||||
src = fetchFromGitHub {
|
||||
owner = "amadaluzia";
|
||||
repo = pname;
|
||||
rev = "cac9cfec70ec15b0ed4f1c8a18154ea9b4f8fb47";
|
||||
hash = "sha256-UkRPdaZFNP8qv7lMwsTUalnre3k2UMfqMzmiTveLiBM=";
|
||||
};
|
||||
})
|
||||
(let
|
||||
pname = "xonsh-direnv";
|
||||
version = "1.6.5";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue