pinentry-rofi: 2.0.5 -> 2.1.0

This commit is contained in:
R. Ryantm 2024-04-01 12:46:22 +00:00
parent f06c02ce7c
commit 607ab8d9f1
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 = [