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

pinentry-rofi: 2.0.4 -> 2.0.5
This commit is contained in:
Nick Cao 2023-12-09 12:06:28 -05:00 committed by GitHub
commit 917e8fa42e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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