userborn: 0.3.0 -> 0.4.0 (#390433)

Co-authored-by: nikstur <nikstur@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-03-16 17:24:14 +00:00 committed by GitHub
commit 3567ac7304
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ];