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

xdg-desktop-portal-cosmic: inline pname

parent a022aaa2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {

  src = fetchFromGitHub {
    owner = "pop-os";
    repo = pname;
    repo = "xdg-desktop-portal-cosmic";
    rev = "epoch-${version}";
    hash = "sha256-IlMcgzhli61QWjdovj5BpOxOebV3RytBeHPhxzWNXqg=";
  };