about summary refs log tree commit diff
path: root/pkgs/tools/misc/nurl
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-01-01 20:33:50 -0500
committerfigsoda <figsoda@pm.me>2023-01-01 20:33:50 -0500
commit8b3d755bb4e4eb910a7085539656f8cb26edd263 (patch)
tree5d73089395779a197830c3c2863080ee7ac3b9b4 /pkgs/tools/misc/nurl
parent47fd756154e536ddcdf271fc180dd1502967757e (diff)
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
Diffstat (limited to 'pkgs/tools/misc/nurl')
-rw-r--r--pkgs/tools/misc/nurl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/nurl/default.nix b/pkgs/tools/misc/nurl/default.nix
index b3ba4ca3a6aa3..409d50cf8f9b9 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