python313Packages.iottycloud: fix tag and hash

This commit is contained in:
Martin Weinelt
2025-01-04 02:32:06 +01:00
parent 63b9886a50
commit 8474e7afed

View File

@@ -16,8 +16,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "pburgio";
repo = "iottyCloud";
tag = "v${version}";
hash = "sha256-EtAAUyVL7FTn0VoGmU5bU9XouMuEQUOx2t6j/wd1OEo=";
tag = version;
hash = "sha256-tsCa87BdwKumsv5N0lAPZmMIfm2W6Pw0LS3sF9c/oRA=";
};
build-system = [ hatchling ];