Unverified Commit d07b36b4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #221089 from figsoda/nurl

nurl: 0.3.7 -> 0.3.9
parents ae253288 585903e2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,16 +12,16 @@

rustPlatform.buildRustPackage rec {
  pname = "nurl";
  version = "0.3.7";
  version = "0.3.9";

  src = fetchFromGitHub {
    owner = "nix-community";
    repo = "nurl";
    rev = "v${version}";
    hash = "sha256-TtH0sfWFWe3oYK/8jJslqjrEY5rR7HGAVDD5iQ2+spY=";
    hash = "sha256-zImzwNBqNl1Ts3x3EDTfkMYe34j09u3xZDcLMv1DdcM=";
  };

  cargoSha256 = "sha256-vwLlqRjiJU3ecLURAZabmIBivYW1zAfMLUhaJzh57ig=";
  cargoSha256 = "sha256-avG/mXs3buWeaPqtjvVPrSeua4DqdiF1P6aCmdW0CUY=";

  nativeBuildInputs = [
    installShellFiles