Commit 6bdd9451 authored by OPNA2608's avatar OPNA2608
Browse files

rofi-pass: unstable-2024-02-13 -> 2.0.2-unstable-2024-02-13

parent 24963b12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ assert lib.assertOneOf "backend" backend [ "x11" "wayland" ];

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

  src = fetchFromGitHub {
    owner = "carnager";