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 22:45:07 -0500
committerfigsoda <figsoda@pm.me>2023-01-01 22:45:07 -0500
commitcd231b31f0f2bc4029ae226b11888e7e051ed6de (patch)
tree306192f8ee393b47250dfd0ace5265d1b92e3de1 /pkgs/tools/misc/nurl
parent8b3d755bb4e4eb910a7085539656f8cb26edd263 (diff)
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
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 409d50cf8f9b9..6f0cf9bdfefaa 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