about summary refs log tree commit diff
path: root/pkgs/tools/security/firefox_decrypt
diff options
context:
space:
mode:
authorlegendofmiracles <30902201+legendofmiracles@users.noreply.github.com>2023-01-01 11:34:05 -0500
committerGitHub <noreply@github.com>2023-01-01 11:34:05 -0500
commit2d5bac2bf7ec0c9d6e158fe8b6d55aa45e62dcff (patch)
tree4e95ae3f5bf70b753ee4c9115076e784fbb3d936 /pkgs/tools/security/firefox_decrypt
parent51cc55acc123e0789fd8ccfc92a97d7da4266982 (diff)
parent422674866c40470b9af91fe438f982f7577f2667 (diff)
Merge pull request #207590 from r-ryantm/auto-update/firefox_decrypt
firefox_decrypt: unstable-2021-12-29 -> unstable-2022-12-21
Diffstat (limited to 'pkgs/tools/security/firefox_decrypt')
-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 2c5c12b40c325..461a39c095af1 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 ];