firefox_decrypt: 1.1.0 -> 1.1.1

Version specified 1.1.1 but commit pointed to 1.1.0.
Switching to fetching 'tag' to avoid version mismatch.
This commit is contained in:
Renato Alves
2025-07-15 11:50:12 +02:00
parent 9e86a0f539
commit 390673060d
@@ -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
];
};
}