mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 22:06:00 +03:00
bash-supergenpass: unstable-2018-04-18 -> unstable-2020-02-03
This commit is contained in:
parent
c584a69088
commit
3be5bd9a36
@ -8,15 +8,15 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "bash-supergenpass";
|
pname = "bash-supergenpass";
|
||||||
version = "unstable-2018-04-18";
|
version = "unstable-2020-02-03";
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lanzz";
|
owner = "lanzz";
|
||||||
repo = "bash-supergenpass";
|
repo = "bash-supergenpass";
|
||||||
rev = "ece772b9ec095946ac4ea985cda5561b211e56f0";
|
rev = "e5d96599b65d65a37148996f00f9d057e522e4d8";
|
||||||
sha256 = "1gkbrycyyl7y3klbfx7xjvvfw5df1h4fj6x1f73gglfy6nk8ffnd";
|
sha256 = "1d8csp94l2p5y5ln53aza5qf246rwmd10043x0x1yrswqrrya40f";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user