pinentry-rofi: 2.1.1 -> 2.2.0

This commit is contained in:
R. Ryantm 2024-07-16 04:04:32 +00:00
parent b64e7d2266
commit 01056a3121

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "pinentry-rofi";
version = "2.1.1";
version = "2.2.0";
src = fetchFromGitHub {
owner = "plattfot";
repo = pname;
rev = version;
sha256 = "sha256-e7dpMivZrTHmRuAzBzDVRoUgvBt6NpZ43FRQtX2omHA=";
sha256 = "sha256-E904PLYuIvlew2WHVEwU2bXp6Tc6+lTSVB/m9b9v+z8=";
};
nativeBuildInputs = [