Unverified Commit 7b7a7fb7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

pinentry-rofi: 2.2.0 -> 3.0.0 (#348863)

parents 8d1baa79 2ef88076
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 = [