pinentry-rofi: 2.0.4 -> 2.0.5

This commit is contained in:
R. Ryantm 2023-12-09 08:13:16 +00:00
parent d02151974a
commit f1e938d570

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 = [