gotify: adapt update script to use vendor sha

This commit is contained in:
Doron Behar
2020-05-15 01:39:42 +03:00
parent 39b92f6e45
commit 5746259af6
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ buildGoModule rec {
sha256 = import ./source-sha.nix;
};
vendorSha256 = "1ha0zgz1n07sd3if6823fi83j7yajysjdzfbwqk9rpsi6zv3cfh3";
vendorSha256 = import ./vendor-sha.nix;
postPatch = ''
substituteInPlace app.go \