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

gitmux: 0.10.1 -> 0.10.2
This commit is contained in:
figsoda 2023-04-10 23:41:17 -04:00 committed by GitHub
commit a96dea3533
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.10.1";
version = "0.10.2";
src = fetchFromGitHub {
owner = "arl";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4QsmBhYIA2GpdEhyXsx2eyH7ObuGZTf2Hlsyd+Ntlj4=";
sha256 = "sha256-0WfxtOidHiRxSXGzG8So965f/sBS0DY7fEDsocvfPiY=";
};
vendorHash = "sha256-talZSkf8lQXwXKdkQliHFv2K+42BFtcg13oB5Szkff0=";