Commit f11258cb authored by R. RyanTM's avatar R. RyanTM Committed by Matthieu Coudron
Browse files

pinentry-rofi: 2.1.0 -> 2.1.1

parent 2197d6e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "pinentry-rofi";
  version = "2.1.0";
  version = "2.1.1";

  src = fetchFromGitHub {
    owner = "plattfot";
    repo = pname;
    rev = version;
    sha256 = "sha256-J6aQTIFHlg21M9niBYdVih11heIPCLsGv0HOPaeguew=";
    sha256 = "sha256-e7dpMivZrTHmRuAzBzDVRoUgvBt6NpZ43FRQtX2omHA=";
  };

  nativeBuildInputs = [