cosmic-launcher: inline pname repo

This commit is contained in:
a-kenji
2024-12-17 12:01:16 +01:00
parent bcb940447c
commit e724d9fd92
+1 -1
View File
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "pop-os";
repo = pname;
repo = "cosmic-launcher";
rev = "epoch-${version}";
hash = "sha256-rx2FrRSiW5UQLEUtNbQ5JEoTR9djQEtY3eOxR2IqkU4=";
};