bottom: fetchFromGitHub refactor

This commit is contained in:
Gutyina Gergő
2024-12-11 09:51:47 +01:00
parent d597f4d7f4
commit 4f020a6956
+2 -2
View File
@@ -16,8 +16,8 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "ClementTsang";
repo = pname;
rev = version;
repo = "bottom";
tag = version;
hash = "sha256-hm0Xfd/iW+431HflvZErjzeZtSdXVb/ReoNIeETJ5Ik=";
};