mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
cosmic-notifications: inline pname
This commit is contained in:
parent
9c0d5a279f
commit
653035c650
@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pop-os";
|
owner = "pop-os";
|
||||||
repo = pname;
|
repo = "cosmic-notifications";
|
||||||
rev = "epoch-${version}";
|
rev = "epoch-${version}";
|
||||||
hash = "sha256-tCizZePze94tbJbR91N9rfUhrLFTAMW2oL9ByKOeDAU=";
|
hash = "sha256-tCizZePze94tbJbR91N9rfUhrLFTAMW2oL9ByKOeDAU=";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user