From 099ad1be50110c2405527554feeb32b64692da15 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 10 Jul 2023 17:01:32 +0000 Subject: [PATCH] firefox_decrypt: unstable-2023-05-14 -> unstable-2023-07-06 --- pkgs/tools/security/firefox_decrypt/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/firefox_decrypt/default.nix b/pkgs/tools/security/firefox_decrypt/default.nix index 7682d2c8b556..def4fc50c103 100644 --- a/pkgs/tools/security/firefox_decrypt/default.nix +++ b/pkgs/tools/security/firefox_decrypt/default.nix @@ -8,15 +8,15 @@ buildPythonApplication rec { pname = "firefox_decrypt"; - version = "unstable-2023-05-14"; + version = "unstable-2023-07-06"; format = "pyproject"; src = fetchFromGitHub { owner = "unode"; repo = pname; - rev = "ac857efde75d86dd6bd5dfca25d4a0f73b75009f"; - sha256 = "sha256-34QS98nmrL98nzoZgeFSng8TJJc9BU1+Tzh2b+dsuCc="; + rev = "2c61b27e6754cdf6a518ea617d05433f5ccf9f39"; + sha256 = "sha256-/Q6ET6NJ23eYo0ywYMY5TPYpzPHGDzH5+wEpFdsibh8="; }; nativeBuildInputs = [