gitmux: 0.10.4 -> 0.11.2

This commit is contained in:
R. Ryantm
2024-06-09 13:13:08 +00:00
parent 7cf6063c54
commit 300d50fc14
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gitmux";
version = "0.10.4";
version = "0.11.2";
src = fetchFromGitHub {
owner = "arl";
repo = pname;
rev = "v${version}";
sha256 = "sha256-toEKWkyCmeoG6eVK19RKipCqHM7OhZrkWRHNAclFgoI=";
sha256 = "sha256-0Cw98hTg8qPu7BUTBDEgFBOpoCxstPW9HeNXQUUjgGA=";
};
vendorHash = "sha256-PHY020MIuLlC1LqNGyBJRNd7J+SzoHbNMPAil7CKP/M=";