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

bitmagnet: 0.9.4 -> 0.9.5

This commit is contained in:
R. Ryantm 2024-07-25 21:29:11 +00:00
parent 3099ccf78e
commit 2e3a08cb9e

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "bitmagnet";
version = "0.9.4";
version = "0.9.5";
src = fetchFromGitHub {
owner = "bitmagnet-io";
repo = "bitmagnet";
rev = "v${version}";
hash = "sha256-IUWt6CBW2SXE6lc52ArKrmW+7uR1vczfbx4SOeE30IA=";
hash = "sha256-so9GD9hyGfuqqYq61OD1WJXba22cR4msOPp1wLI5vAU=";
};
vendorHash = "sha256-aauXgHPZbSiTW9utuHXzJr7GsWs/2aFiGuukA/B9BRc=";