cosmic-osd: replace rev with tag in fetchFromGitHub

This commit is contained in:
Heitor Augusto 2025-02-13 13:44:34 -03:00
parent 5f4d035653
commit 2a985d384c
No known key found for this signature in database

View File

@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-osd";
rev = "epoch-${version}";
tag = "epoch-${version}";
hash = "sha256-a5wzCHfp+dhtEkXsJOeEs2ZkmooSWIDGymeAdrXKE+U=";
};