Merge pull request #248741 from r-ryantm/auto-update/pkg

pkg: 1.20.4 -> 1.20.5
This commit is contained in:
Weijia Wang 2023-08-29 22:29:21 +02:00 committed by GitHub
commit e0dad2b204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pkg";
version = "1.20.4";
version = "1.20.5";
src = fetchFromGitHub {
owner = "freebsd";
repo = "pkg";
rev = finalAttrs.version;
sha256 = "sha256-GW29jbFt68ITJfmuxkwl8c39mA+ObYiV6NeT/OXPlyM=";
sha256 = "sha256-svAxEBRnqwWhmu3aRfeGeEjXfADbb1zWPj+REK9fsDM=";
};
setOutputFlags = false;