mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
lavalauncher: use fetchFromSourcehut
This commit is contained in:
parent
9ddee15c10
commit
0121c9a1a5
@ -1,7 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
cairo,
|
||||
fetchgit,
|
||||
fetchFromSourcehut,
|
||||
librsvg,
|
||||
libxkbcommon,
|
||||
meson,
|
||||
@ -18,10 +18,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "lavalauncher";
|
||||
version = "2.1.1";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://git.sr.ht/~leon_plickat/lavalauncher";
|
||||
src = fetchFromSourcehut {
|
||||
pname = "lavalauncher-source";
|
||||
inherit (finalAttrs) version;
|
||||
owner = "~leon_plickat";
|
||||
repo = "lavalauncher";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "hobhZ6s9m2xCdAurdj0EF1BeS88j96133zu+2jb1FMM=";
|
||||
hash = "sha256-hobhZ6s9m2xCdAurdj0EF1BeS88j96133zu+2jb1FMM=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [ pkg-config ];
|
||||
|
Loading…
Reference in New Issue
Block a user