about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-10-19 09:36:37 -0400
committerGitHub <noreply@github.com>2023-10-19 09:36:37 -0400
commit2c94f3ddea057a4d91579c4bc84d5ccd7c3e1686 (patch)
tree2e8512d49d6a6508d76e94dd96d02fe69cd24e3c /pkgs/tools
parent5cf91288a861ec2ac1f18407d3fd8b601d164b3c (diff)
parentccff7d233259eb02bf50125f23a17d35995a2475 (diff)
Merge pull request #261938 from r-ryantm/auto-update/rofi-pass
rofi-pass: unstable-2023-07-04 -> unstable-2023-07-07
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/pass/rofi-pass.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/pass/rofi-pass.nix b/pkgs/tools/security/pass/rofi-pass.nix
index 6b0a975099f34..f23d27314eefa 100644
--- a/pkgs/tools/security/pass/rofi-pass.nix
+++ b/pkgs/tools/security/pass/rofi-pass.nix
@@ -29,13 +29,13 @@ assert lib.assertOneOf "backend" backend [ "x11" "wayland" ];
 
 stdenv.mkDerivation {
   pname = "rofi-pass";
-  version = "unstable-2023-07-04";
+  version = "unstable-2023-07-07";
 
   src = fetchFromGitHub {
     owner = "carnager";
     repo = "rofi-pass";
-    rev = "fa16c0211d898d337e76397d22de4f92e2405ede";
-    hash = "sha256-GGa8ZNHZZD/sU+oL5ekHXxAe3bpX/42x6zO2LJuypNw=";
+    rev = "e77cbdbe0e885f0b1daba3a0b6bae793cc2b1ba3";
+    hash = "sha256-zmNuFE+++tf4pKTXSTc7s8R9rvI+XwgWl8mCEPaaIRM=";
   };
 
   nativeBuildInputs = [ makeWrapper ];