Loading pkgs/by-name/ko/komac/package.nix +5 −9 Original line number Diff line number Diff line Loading @@ -15,18 +15,14 @@ nix-update-script, bzip2, }: let rustPlatform.buildRustPackage (finalAttrs: { version = "2.10.1"; src = fetchFromGitHub { owner = "russellbanks"; repo = "Komac"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-oqnFenSFWCe3vax5mqstvNNTFWOecLOkuhJzaxv78yE="; }; in rustPlatform.buildRustPackage { inherit version src; pname = "komac"; Loading Loading @@ -72,7 +68,7 @@ rustPlatform.buildRustPackage { passthru = { tests.version = testers.testVersion { inherit version; inherit (finalAttrs) version; package = komac; command = "komac --version"; Loading @@ -84,7 +80,7 @@ rustPlatform.buildRustPackage { meta = { description = "Community Manifest Creator for WinGet"; homepage = "https://github.com/russellbanks/Komac"; changelog = "https://github.com/russellbanks/Komac/releases/tag/v${version}"; changelog = "https://github.com/russellbanks/Komac/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ kachick Loading @@ -92,4 +88,4 @@ rustPlatform.buildRustPackage { ]; mainProgram = "komac"; }; } }) Loading
pkgs/by-name/ko/komac/package.nix +5 −9 Original line number Diff line number Diff line Loading @@ -15,18 +15,14 @@ nix-update-script, bzip2, }: let rustPlatform.buildRustPackage (finalAttrs: { version = "2.10.1"; src = fetchFromGitHub { owner = "russellbanks"; repo = "Komac"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-oqnFenSFWCe3vax5mqstvNNTFWOecLOkuhJzaxv78yE="; }; in rustPlatform.buildRustPackage { inherit version src; pname = "komac"; Loading Loading @@ -72,7 +68,7 @@ rustPlatform.buildRustPackage { passthru = { tests.version = testers.testVersion { inherit version; inherit (finalAttrs) version; package = komac; command = "komac --version"; Loading @@ -84,7 +80,7 @@ rustPlatform.buildRustPackage { meta = { description = "Community Manifest Creator for WinGet"; homepage = "https://github.com/russellbanks/Komac"; changelog = "https://github.com/russellbanks/Komac/releases/tag/v${version}"; changelog = "https://github.com/russellbanks/Komac/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ kachick Loading @@ -92,4 +88,4 @@ rustPlatform.buildRustPackage { ]; mainProgram = "komac"; }; } })