Merge pull request #228871 from r-ryantm/auto-update/pinentry-rofi

pinentry-rofi: 2.0.3 -> 2.0.4
This commit is contained in:
Weijia Wang 2023-04-30 00:25:02 +03:00 committed by GitHub
commit 58901a3cf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "pinentry-rofi";
version = "2.0.3";
version = "2.0.4";
src = fetchFromGitHub {
owner = "plattfot";
repo = pname;
rev = version;
sha256 = "sha256-EzbeMAhdn9SuSmE+aMHeyuje3s74isIKRDTrFO3bX04=";
sha256 = "sha256-H9Y7oPLpDuKtIy80HLS8/iXpOq8ZKiy8ZIH2NwguetY=";
};
nativeBuildInputs = [