mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
cosmic-osd: inline repo pname
This commit is contained in:
parent
7532ca92bb
commit
a4d8aa61ee
@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pop-os";
|
||||
repo = pname;
|
||||
repo = "cosmic-osd";
|
||||
rev = "epoch-${version}";
|
||||
hash = "sha256-JDdVFNTJI9O88lLKB1esJE4sk7ZZnTMilQRZSAgnTqs=";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user