Unverified Commit 3567ac73 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

userborn: 0.3.0 -> 0.4.0 (#390433)

parents 06a152f9 81486944
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,19 +9,19 @@

rustPlatform.buildRustPackage rec {
  pname = "userborn";
  version = "0.3.0";
  version = "0.4.0";

  src = fetchFromGitHub {
    owner = "nikstur";
    repo = "userborn";
    rev = version;
    hash = "sha256-ABePye1zuGDH74BL6AP05rR9eBOYu1SoVpd2TcZQMW8=";
    hash = "sha256-Zh2u7we/MAIM7varuJA4AmEWeSMuA/C+0NSIUJN7zTs=";
  };

  sourceRoot = "${src.name}/rust/userborn";

  useFetchCargoVendor = true;
  cargoHash = "sha256-QqD+pbCJZAPhA6BdG6EJbbhkaEE7NK/IHH8HE8ye3DY=";
  cargoHash = "sha256-oLw/I8PEv75tz+KxbIJrwl8Wr0I/RzDh1SDZ6mRQpL8=";

  nativeBuildInputs = [ rustPlatform.bindgenHook ];