From 7bc233b72b1b3c74d580ed2d1a8376e5c46362ea Mon Sep 17 00:00:00 2001 From: dadada Date: Fri, 14 Apr 2023 18:28:27 +0200 Subject: [PATCH] update vendor sha --- nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/default.nix b/nix/default.nix index a02f5aa..4d7589e 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -3,7 +3,7 @@ buildGoModule { pname = "pad-archiver"; version = "0.0.1"; src = ../.; - vendorSha256 = "sha256-e9I2mhSjLxMuCO9+g13XbDYI15Q879iG1AGZv6otuEA="; + vendorSha256 = "sha256-vBni3j3o0P13PJg/Ab1ux9zSVr05Iha/sb8dVTX4G0g="; meta = with lib; { description = "Archives Etherpads with git"; homepage = "https://git.fginfo.tu-bs.de/fginfo/pad-archiver";