From 8b3d755bb4e4eb910a7085539656f8cb26edd263 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 1 Jan 2023 20:33:50 -0500 Subject: [PATCH 1/2] nurl: 0.2.2 -> 0.3.0 Diff: https://github.com/nix-community/nurl/compare/v0.2.2...v0.3.0 Changelog: https://github.com/nix-community/nurl/blob/v0.3.0/CHANGELOG.md --- pkgs/tools/misc/nurl/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/nurl/default.nix b/pkgs/tools/misc/nurl/default.nix index b3ba4ca3a6aa..409d50cf8f9b 100644 --- a/pkgs/tools/misc/nurl/default.nix +++ b/pkgs/tools/misc/nurl/default.nix @@ -10,16 +10,16 @@ rustPlatform.buildRustPackage rec { pname = "nurl"; - version = "0.2.2"; + version = "0.3.0"; src = fetchFromGitHub { owner = "nix-community"; repo = "nurl"; rev = "v${version}"; - hash = "sha256-hK3bHaMzpqz3W/iJpSPf4Iv6nrLpVLBIkAy5QxI+yrg="; + hash = "sha256-jZ+cCp1THDhfHH5yMmRPjGuthOqsgcF/3OjZ61FMdA4="; }; - cargoSha256 = "sha256-eHk9mBaHbKVp7lCmSmrHQoRMDFCmUJ+LN5TVa3LhNZ8="; + cargoSha256 = "sha256-v/imDpIY/uN8fdrmvCNjQu0iL92cAL+aGZR0YjNaAH8="; nativeBuildInputs = [ installShellFiles From cd231b31f0f2bc4029ae226b11888e7e051ed6de Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 1 Jan 2023 22:45:07 -0500 Subject: [PATCH 2/2] nurl: 0.3.0 -> 0.3.1 Diff: https://github.com/nix-community/nurl/compare/v0.3.0...v0.3.1 Changelog: https://github.com/nix-community/nurl/blob/v0.3.1/CHANGELOG.md --- pkgs/tools/misc/nurl/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/nurl/default.nix b/pkgs/tools/misc/nurl/default.nix index 409d50cf8f9b..6f0cf9bdfefa 100644 --- a/pkgs/tools/misc/nurl/default.nix +++ b/pkgs/tools/misc/nurl/default.nix @@ -10,16 +10,16 @@ rustPlatform.buildRustPackage rec { pname = "nurl"; - version = "0.3.0"; + version = "0.3.1"; src = fetchFromGitHub { owner = "nix-community"; repo = "nurl"; rev = "v${version}"; - hash = "sha256-jZ+cCp1THDhfHH5yMmRPjGuthOqsgcF/3OjZ61FMdA4="; + hash = "sha256-fLa9gNdwBOSOMisU1UI8KAKGOkDN13LZsBpH+bObqUM="; }; - cargoSha256 = "sha256-v/imDpIY/uN8fdrmvCNjQu0iL92cAL+aGZR0YjNaAH8="; + cargoSha256 = "sha256-vyhsZYYSpR2qbwTXOw8e1DFRQ78RVHktK6zCbiXT7RI="; nativeBuildInputs = [ installShellFiles