Commit a4d8aa61 authored by a-kenji's avatar a-kenji
Browse files

cosmic-osd: inline repo pname

parent 7532ca92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec {

  src = fetchFromGitHub {
    owner = "pop-os";
    repo = pname;
    repo = "cosmic-osd";
    rev = "epoch-${version}";
    hash = "sha256-JDdVFNTJI9O88lLKB1esJE4sk7ZZnTMilQRZSAgnTqs=";
  };