Merge pull request #244724 from figsoda/nurl

nurl: 0.3.12 -> 0.3.13
This commit is contained in:
Nikolay Korotkiy
2023-07-22 05:23:44 +04:00
committed by GitHub
2 changed files with 241 additions and 221 deletions
+238 -218
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -12,19 +12,19 @@
rustPlatform.buildRustPackage rec {
pname = "nurl";
version = "0.3.12";
version = "0.3.13";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nurl";
rev = "v${version}";
hash = "sha256-L9lYFPUk8B34vEtHZZ/9v1cEzQXoNo3Rc0e9/lwMrU0=";
hash = "sha256-rVqF+16esE27G7GS55RT91tD4x/GAzfVlIR0AgSknz0=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"nix-compat-0.1.0" = "sha256-8QP9qEUtCvSvv1LcMPg04RrSagpINZeh4o2CBMzUjn4=";
"nix-compat-0.1.0" = "sha256-xHwBlmTggcZBFSh4EOY888AbmGQxhwvheJSStgpAj48=";
};
};