gitmux: 0.10.2 -> 0.10.3

This commit is contained in:
R. Ryantm 2023-09-06 03:20:38 +00:00
parent 2c9e9de1fe
commit 3cd304b107

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gitmux";
version = "0.10.2";
version = "0.10.3";
src = fetchFromGitHub {
owner = "arl";
repo = pname;
rev = "v${version}";
sha256 = "sha256-0WfxtOidHiRxSXGzG8So965f/sBS0DY7fEDsocvfPiY=";
sha256 = "sha256-BvjBEhu6696DkT4GEg2gYTovZEnRosnBD3kzym536e0=";
};
vendorHash = "sha256-talZSkf8lQXwXKdkQliHFv2K+42BFtcg13oB5Szkff0=";
vendorHash = "sha256-PHY020MIuLlC1LqNGyBJRNd7J+SzoHbNMPAil7CKP/M=";
# GitHub source does contain a regression test for the module
# but it requires networking as it git clones a repo from github