firefox_decrypt: 1.1.0 -> 1.1.1 (#425320)
This commit is contained in:
commit
234d3b8342
@ -18,8 +18,8 @@ buildPythonApplication rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "unode";
|
owner = "unode";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "0931c0484d7429f7d4de3a2f5b62b01b7924b49f";
|
tag = "${version}";
|
||||||
hash = "sha256-9HbH8DvHzmlem0XnDbcrIsMQRBuf82cHObqpLzQxNZM=";
|
hash = "sha256-HPjOUWusPXoSwwDvW32Uad4gFERvn79ee/WxeX6h3jY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -42,6 +42,9 @@ buildPythonApplication rec {
|
|||||||
description = "Tool to extract passwords from profiles of Mozilla Firefox and derivates";
|
description = "Tool to extract passwords from profiles of Mozilla Firefox and derivates";
|
||||||
mainProgram = "firefox_decrypt";
|
mainProgram = "firefox_decrypt";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ schnusch ];
|
maintainers = with maintainers; [
|
||||||
|
schnusch
|
||||||
|
unode
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user