pinentry-rofi: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm 2024-06-29 12:41:44 +00:00 committed by Matthieu Coudron
parent 2197d6e256
commit f11258cb39

View File

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