cosmic-store: Use tag in fetchFromGitHub

This commit is contained in:
a-kenji 2025-01-15 16:41:30 +01:00
commit e74b6b40b9

View file

@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-store";
rev = "epoch-${version}";
tag = "epoch-${version}";
hash = "sha256-FK7faWiRNuQT8lIuRciP37U01csvtRGC9LyOXQCTjYk=";
fetchSubmodules = true;
};