Commit 2ef88076 authored by R. RyanTM's avatar R. RyanTM
Browse files

pinentry-rofi: 2.2.0 -> 3.0.0

parent e2736880
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.2.0";
  version = "3.0.0";

  src = fetchFromGitHub {
    owner = "plattfot";
    repo = pname;
    rev = version;
    sha256 = "sha256-E904PLYuIvlew2WHVEwU2bXp6Tc6+lTSVB/m9b9v+z8=";
    sha256 = "sha256-GHpVO8FRphVW0+In7TtB39ewwVLU1EHOeVL05pnZdFQ=";
  };

  nativeBuildInputs = [