Loading pkgs/applications/misc/wallust/default.nix +10 −7 Original line number Diff line number Diff line Loading @@ -3,14 +3,17 @@ , rustPlatform , nix-update-script }: rustPlatform.buildRustPackage rec { pname = "wallust"; let version = "2.7.1"; in rustPlatform.buildRustPackage { pname = "wallust"; inherit version; src = fetchFromGitea { domain = "codeberg.org"; owner = "explosion-mental"; repo = pname; repo = "wallust"; rev = version; hash = "sha256-WhL2HWM1onRrCqWJPLnAVMd/f/xfLrK3mU8jFSLFjAM="; }; Loading @@ -19,13 +22,13 @@ rustPlatform.buildRustPackage rec { passthru.updateScript = nix-update-script { }; meta = with lib; { meta = { description = "A better pywal"; homepage = "https://codeberg.org/explosion-mental/wallust"; license = licenses.mit; maintainers = with maintainers; [ onemoresuza iynaix ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ onemoresuza iynaix ]; downloadPage = "https://codeberg.org/explosion-mental/wallust/releases/tag/${version}"; platforms = platforms.unix; platforms = lib.platforms.unix; mainProgram = "wallust"; }; } Loading
pkgs/applications/misc/wallust/default.nix +10 −7 Original line number Diff line number Diff line Loading @@ -3,14 +3,17 @@ , rustPlatform , nix-update-script }: rustPlatform.buildRustPackage rec { pname = "wallust"; let version = "2.7.1"; in rustPlatform.buildRustPackage { pname = "wallust"; inherit version; src = fetchFromGitea { domain = "codeberg.org"; owner = "explosion-mental"; repo = pname; repo = "wallust"; rev = version; hash = "sha256-WhL2HWM1onRrCqWJPLnAVMd/f/xfLrK3mU8jFSLFjAM="; }; Loading @@ -19,13 +22,13 @@ rustPlatform.buildRustPackage rec { passthru.updateScript = nix-update-script { }; meta = with lib; { meta = { description = "A better pywal"; homepage = "https://codeberg.org/explosion-mental/wallust"; license = licenses.mit; maintainers = with maintainers; [ onemoresuza iynaix ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ onemoresuza iynaix ]; downloadPage = "https://codeberg.org/explosion-mental/wallust/releases/tag/${version}"; platforms = platforms.unix; platforms = lib.platforms.unix; mainProgram = "wallust"; }; }