Loading pkgs/by-name/cl/clorinde/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -6,14 +6,14 @@ nix-update-script, }: rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage (finalAttrs: { pname = "clorinde"; version = "0.12.0"; src = fetchFromGitHub { owner = "halcyonnouveau"; repo = "clorinde"; tag = "clorinde-v${version}"; tag = "clorinde-v${finalAttrs.version}"; hash = "sha256-F6RGDhx5+efOKHB35obx6GTncVb0ZloSfLbRbFfunVY="; }; Loading @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec { cargoBuildFlags = [ "--package=clorinde" ]; cargoTestFlags = cargoBuildFlags; cargoTestFlags = finalAttrs.cargoBuildFlags; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; Loading @@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec { meta = { description = "Generate type-checked Rust from your PostgreSQL"; homepage = "https://github.com/halcyonnouveau/clorinde"; changelog = "https://github.com/halcyonnouveau/clorinde/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/halcyonnouveau/clorinde/blob/${finalAttrs.src.rev}/CHANGELOG.md"; license = with lib.licenses; [ mit asl20 Loading @@ -46,4 +46,4 @@ rustPlatform.buildRustPackage rec { maintainers = with lib.maintainers; [ defelo ]; mainProgram = "clorinde"; }; } }) Loading
pkgs/by-name/cl/clorinde/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -6,14 +6,14 @@ nix-update-script, }: rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage (finalAttrs: { pname = "clorinde"; version = "0.12.0"; src = fetchFromGitHub { owner = "halcyonnouveau"; repo = "clorinde"; tag = "clorinde-v${version}"; tag = "clorinde-v${finalAttrs.version}"; hash = "sha256-F6RGDhx5+efOKHB35obx6GTncVb0ZloSfLbRbFfunVY="; }; Loading @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec { cargoBuildFlags = [ "--package=clorinde" ]; cargoTestFlags = cargoBuildFlags; cargoTestFlags = finalAttrs.cargoBuildFlags; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; Loading @@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec { meta = { description = "Generate type-checked Rust from your PostgreSQL"; homepage = "https://github.com/halcyonnouveau/clorinde"; changelog = "https://github.com/halcyonnouveau/clorinde/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/halcyonnouveau/clorinde/blob/${finalAttrs.src.rev}/CHANGELOG.md"; license = with lib.licenses; [ mit asl20 Loading @@ -46,4 +46,4 @@ rustPlatform.buildRustPackage rec { maintainers = with lib.maintainers; [ defelo ]; mainProgram = "clorinde"; }; } })