Merge pull request #228070 from r-ryantm/auto-update/gocryptfs

gocryptfs: 2.3 -> 2.3.1
This commit is contained in:
Florian Klink 2023-04-25 12:23:34 +03:00 committed by GitHub
commit 1c6cb4cabd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,16 +12,16 @@
buildGoModule rec {
pname = "gocryptfs";
version = "2.3";
version = "2.3.1";
src = fetchFromGitHub {
owner = "rfjakob";
repo = pname;
rev = "v${version}";
sha256 = "sha256-IJUmH9w6ItDAZNbiO1Kkq3NO2c4Qpcd0ELiPlIPpbNI=";
sha256 = "sha256-mfbdxKZdYDbnNWQTrDV+4E6WYA8ybE5oiAH1WWOZHdQ=";
};
vendorSha256 = "sha256-7PpMnkoTMW4rb2Gy6s3CN7K3wG+QHmyvN3+7TYru2hE=";
vendorHash = "sha256-eibUACIOfIsCgPYJ57Hq29S80XT6w4VbpjvaX7XasdE=";
nativeBuildInputs = [
makeWrapper