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

View File

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