Merge pull request #217413 from r-ryantm/auto-update/gitmux

gitmux: 0.9.0 -> 0.9.1
This commit is contained in:
Weijia Wang 2023-02-23 23:54:15 +02:00 committed by GitHub
commit e1352eb28c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gitmux";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "arl";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Q0V4nUW/oL7YP7/UEcITLls6uCz5OKqqZymJ9eXHGac=";
sha256 = "sha256-QbQykbZo8fMyCMd0MF7CGrPFECN0ehcTGGLeQXbnlxw=";
};
vendorHash = "sha256-talZSkf8lQXwXKdkQliHFv2K+42BFtcg13oB5Szkff0=";