1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

Merge pull request #323492 from r-ryantm/auto-update/mob

mob: 4.5.0 -> 5.0.0
This commit is contained in:
Weijia Wang 2024-07-02 00:03:33 +02:00 committed by GitHub
commit 7f4816ed35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "mob";
version = "4.5.0";
version = "5.0.0";
src = fetchFromGitHub {
owner = "remotemobprogramming";
repo = pname;
rev = "v${version}";
sha256 = "sha256-uFtE7AprM/ye2sBQeszYy07RV7RmmqD9TGcTTuZwOfY=";
sha256 = "sha256-1A8xoDiDBW1YieRDTCAiena63j4y7FJf5dMQoNrIAno=";
};
vendorHash = null;