Commit 62887593 authored by R. RyanTM's avatar R. RyanTM
Browse files

rofi-pass: unstable-2023-07-07 -> unstable-2024-02-13

parent 110b0eb2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@ assert lib.assertOneOf "backend" backend [ "x11" "wayland" ];

stdenv.mkDerivation {
  pname = "rofi-pass";
  version = "unstable-2023-07-07";
  version = "unstable-2024-02-13";

  src = fetchFromGitHub {
    owner = "carnager";
    repo = "rofi-pass";
    rev = "e77cbdbe0e885f0b1daba3a0b6bae793cc2b1ba3";
    hash = "sha256-zmNuFE+++tf4pKTXSTc7s8R9rvI+XwgWl8mCEPaaIRM=";
    rev = "8aa6b9293a8f0af267425326fa966966ca42085e";
    hash = "sha256-g/AuLYj0yvLCXFR3y9GbMiE6hDCPBeuFM145c2Ukvys=";
  };

  nativeBuildInputs = [ makeWrapper ];