firefox_decrypt: 1.1.1 -> 1.1.2

This commit is contained in:
R. Ryantm
2026-02-23 12:08:55 +01:00
committed by schnusch
parent b40300cabc
commit f902546d3b
+2 -2
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "firefox_decrypt";
version = "1.1.1";
version = "1.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "unode";
repo = "firefox_decrypt";
tag = finalAttrs.version;
hash = "sha256-HPjOUWusPXoSwwDvW32Uad4gFERvn79ee/WxeX6h3jY=";
hash = "sha256-ohCQcIn++eFlY9Kzmc5VkYt1pCO97qtmWG5JRyE8Y6I=";
};
build-system = with python3Packages; [