Merge pull request #291674 from r-ryantm/auto-update/passExtensions.pass-update

passExtensions.pass-update: 2.1 -> 2.2.1
This commit is contained in:
Weijia Wang 2024-04-05 20:40:04 +02:00 committed by GitHub
commit 995653a907
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pass-update";
version = "2.1";
version = "2.2.1";
src = fetchFromGitHub {
owner = "roddhjav";
repo = "pass-update";
rev = "v${version}";
sha256 = "0yx8w97jcp6lv7ad5jxqnj04csbrn2hhc4pskssxknw2sbvg4g6c";
sha256 = "sha256-NFdPnGMs8myiHufeHAQUNDUuvDzYeoWYZllI9+4HL+s=";
};
postPatch = ''