about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-24 16:28:36 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-24 16:28:36 +0000
commit422674866c40470b9af91fe438f982f7577f2667 (patch)
treec27c40e6fdaa69aa743d82f30f8ad33a82bd5307
parentb10a520017ac319c1e57b07742efd2bcc918d160 (diff)
firefox_decrypt: unstable-2021-12-29 -> unstable-2022-12-21
-rw-r--r--pkgs/tools/security/firefox_decrypt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/firefox_decrypt/default.nix b/pkgs/tools/security/firefox_decrypt/default.nix
index 86bfb5f72242a..aa9edc2bc5dbd 100644
--- a/pkgs/tools/security/firefox_decrypt/default.nix
+++ b/pkgs/tools/security/firefox_decrypt/default.nix
@@ -8,13 +8,13 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "firefox_decrypt";
-  version = "unstable-2021-12-29";
+  version = "unstable-2022-12-21";
 
   src = fetchFromGitHub {
     owner = "unode";
     repo = pname;
-    rev = "a3daadc09603a6cf8c4b7e49a59776340bc885e7";
-    sha256 = "0g219zqbdnhh9j09d9a0b81vr6j44zzk13ckl5fzkr10gqndiscc";
+    rev = "84bb368cc2f8d2055a8374ab1a40c403e0486859";
+    sha256 = "sha256-dyQTf6fgsQEmp++DeXl85nvyezm0Lq9onyfIdhQoGgI=";
   };
 
   nativeBuildInputs = [ wrapPython ];