Merge pull request #300681 from r-ryantm/auto-update/pinentry-rofi

pinentry-rofi: 2.0.5 -> 2.1.0
This commit is contained in:
Mario Rodas 2024-04-01 17:11:52 -05:00 committed by GitHub
commit a6fbe00cd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "pinentry-rofi";
version = "2.0.5";
version = "2.1.0";
src = fetchFromGitHub {
owner = "plattfot";
repo = pname;
rev = version;
sha256 = "sha256-6dhzzxjE3GE5JZTirMLeMh91BS2wzDZoubgf4Wefe1o=";
sha256 = "sha256-J6aQTIFHlg21M9niBYdVih11heIPCLsGv0HOPaeguew=";
};
nativeBuildInputs = [