chezmoi: 1.7.2 -> 1.7.5

This commit is contained in:
Mario Rodas 2019-12-02 20:00:00 -05:00
parent cd2719f912
commit 67b7504912
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "chezmoi";
version = "1.7.2";
version = "1.7.5";
src = fetchFromGitHub {
owner = "twpayne";
repo = "chezmoi";
rev = "v${version}";
sha256 = "06wgfnlzcs6yfrjpy6zhcg5y844zd22manbm2sfq5vyng02bg229";
sha256 = "1s64468q7hhp42lzgcixhh3jq7i7bgmiakahyfj0mzc49mn6rr0a";
};
modSha256 = "1y1q1lps3a8piikh8ds28yrw5r82af9pyl6vy87207z1y5v2hams";
modSha256 = "0c2jslcigq9ajchfr7inb7b6cpla7xjibcmjsvwspfzknrlrsbfn";
buildFlagsArray = [
"-ldflags=-s -w -X github.com/twpayne/chezmoi/cmd.VersionStr=${version}"