Unverified Commit 6d156358 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #335035 from K900/nix-init-0.3.2

nix-init: 0.3.1 -> 0.3.2
parents 761b10ea 11ce9983
Loading
Loading
Loading
Loading
+5121 −0

File added.

Preview size limit exceeded, changes collapsed.

+6 −3
Original line number Diff line number Diff line
@@ -25,16 +25,19 @@ in

rustPlatform.buildRustPackage rec {
  pname = "nix-init";
  version = "0.3.1";
  version = "0.3.2";

  src = fetchFromGitHub {
    owner = "nix-community";
    repo = "nix-init";
    rev = "v${version}";
    hash = "sha256-PeOYYTSqqi/KSp+QjMbnNRQqKENo/zemN5Bpqiyh0vA=";
    hash = "sha256-0RLEPVtYnwYH+pMnpO0/Evbp7x9d0RMobOVAqwgMJz4=";
  };

  cargoHash = "sha256-YRScCgmrCjzSZWHvnaBTCJsT02gd4SToz130zOMQ+VY=";
  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes."cargo-0.82.0" = "sha256-1G14vLW3FhLxOWGxuHXcWgb+XXS1vOOyQYKVbrJWlmI=";
  };

  nativeBuildInputs = [
    curl