Loading pkgs/by-name/gu/gurk-rs/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ pkgsBuildHost, openssl, pkg-config, writableTmpDirAsHomeHook, versionCheckHook, nix-update-script, gurk-rs, Loading @@ -18,13 +19,13 @@ let in rustPlatform.buildRustPackage rec { pname = "gurk-rs"; version = "0.6.2"; version = "0.6.3"; src = fetchFromGitHub { owner = "boxdot"; repo = "gurk-rs"; tag = "v${version}"; hash = "sha256-FSnKBSRhnHwjMzC8zGU/AHBuPX44EjMLS+3wHkf6IZw="; hash = "sha256-6WU5epBnCPCkEYPZvWMOGOdkw8cL+nvHKs3RnsrhJO0="; }; postPatch = '' Loading @@ -33,7 +34,7 @@ rustPlatform.buildRustPackage rec { useFetchCargoVendor = true; cargoHash = "sha256-6+AFyQjbtxKHbMhYhfu9pUoz/cWGtl5o+IA6kFO4Zjk="; cargoHash = "sha256-qW+9d2Etwh9sPxgy0mZtUFtkjlFTHU5uJYTW5jLcBlo="; nativeBuildInputs = [ protobuf Loading @@ -53,6 +54,8 @@ rustPlatform.buildRustPackage rec { useNextest = true; nativeCheckInputs = [ writableTmpDirAsHomeHook ]; nativeInstallCheckInputs = [ versionCheckHook ]; Loading Loading
pkgs/by-name/gu/gurk-rs/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ pkgsBuildHost, openssl, pkg-config, writableTmpDirAsHomeHook, versionCheckHook, nix-update-script, gurk-rs, Loading @@ -18,13 +19,13 @@ let in rustPlatform.buildRustPackage rec { pname = "gurk-rs"; version = "0.6.2"; version = "0.6.3"; src = fetchFromGitHub { owner = "boxdot"; repo = "gurk-rs"; tag = "v${version}"; hash = "sha256-FSnKBSRhnHwjMzC8zGU/AHBuPX44EjMLS+3wHkf6IZw="; hash = "sha256-6WU5epBnCPCkEYPZvWMOGOdkw8cL+nvHKs3RnsrhJO0="; }; postPatch = '' Loading @@ -33,7 +34,7 @@ rustPlatform.buildRustPackage rec { useFetchCargoVendor = true; cargoHash = "sha256-6+AFyQjbtxKHbMhYhfu9pUoz/cWGtl5o+IA6kFO4Zjk="; cargoHash = "sha256-qW+9d2Etwh9sPxgy0mZtUFtkjlFTHU5uJYTW5jLcBlo="; nativeBuildInputs = [ protobuf Loading @@ -53,6 +54,8 @@ rustPlatform.buildRustPackage rec { useNextest = true; nativeCheckInputs = [ writableTmpDirAsHomeHook ]; nativeInstallCheckInputs = [ versionCheckHook ]; Loading