gopeed: 1.6.11 -> 1.7.0

This commit is contained in:
emaryn
2025-04-08 17:27:31 +00:00
parent fcec87c2f6
commit fa82b643da

View File

@@ -8,13 +8,13 @@
}:
let
version = "1.6.11";
version = "1.7.0";
src = fetchFromGitHub {
owner = "GopeedLab";
repo = "gopeed";
tag = "v${version}";
hash = "sha256-ayPqLRWYSa0rSHqGFS4xp3wUVAl4tfsSPs/SQcUQD60=";
hash = "sha256-9xAArQhf1lAWL6mbx6wuGY3xhKAMigpWFrX8P6/olMY=";
};
metaCommon = {