mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
userborn: 0.3.0 -> 0.4.0 (#390433)
Co-authored-by: nikstur <nikstur@users.noreply.github.com>
This commit is contained in:
commit
3567ac7304
1 changed files with 3 additions and 3 deletions
|
@ -9,19 +9,19 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "userborn";
|
pname = "userborn";
|
||||||
version = "0.3.0";
|
version = "0.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nikstur";
|
owner = "nikstur";
|
||||||
repo = "userborn";
|
repo = "userborn";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-ABePye1zuGDH74BL6AP05rR9eBOYu1SoVpd2TcZQMW8=";
|
hash = "sha256-Zh2u7we/MAIM7varuJA4AmEWeSMuA/C+0NSIUJN7zTs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/rust/userborn";
|
sourceRoot = "${src.name}/rust/userborn";
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-QqD+pbCJZAPhA6BdG6EJbbhkaEE7NK/IHH8HE8ye3DY=";
|
cargoHash = "sha256-oLw/I8PEv75tz+KxbIJrwl8Wr0I/RzDh1SDZ6mRQpL8=";
|
||||||
|
|
||||||
nativeBuildInputs = [ rustPlatform.bindgenHook ];
|
nativeBuildInputs = [ rustPlatform.bindgenHook ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue