firefox_decrypt: 1.1.0 -> 1.1.1 (#425320)

This commit is contained in:
Pol Dellaiera 2025-07-15 12:05:49 +02:00 committed by GitHub
commit 234d3b8342
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,8 +18,8 @@ buildPythonApplication rec {
src = fetchFromGitHub {
owner = "unode";
repo = pname;
rev = "0931c0484d7429f7d4de3a2f5b62b01b7924b49f";
hash = "sha256-9HbH8DvHzmlem0XnDbcrIsMQRBuf82cHObqpLzQxNZM=";
tag = "${version}";
hash = "sha256-HPjOUWusPXoSwwDvW32Uad4gFERvn79ee/WxeX6h3jY=";
};
nativeBuildInputs = [
@ -42,6 +42,9 @@ buildPythonApplication rec {
description = "Tool to extract passwords from profiles of Mozilla Firefox and derivates";
mainProgram = "firefox_decrypt";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ schnusch ];
maintainers = with maintainers; [
schnusch
unode
];
};
}