figsoda 2023-07-21 17:22:37 -04:00
parent ef25e7a3da
commit 644ad6823c
2 changed files with 241 additions and 221 deletions

File diff suppressed because it is too large Load Diff

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=";
};
};