userborn: 0.3.0 -> 0.4.0 (#390433)

Co-authored-by: nikstur <nikstur@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] nikstur and committed by GitHub 3567ac73 06a152f9

+3 -3
+3 -3
pkgs/by-name/us/userborn/package.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "userborn"; 12 - version = "0.3.0"; 12 + version = "0.4.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "nikstur"; 16 16 repo = "userborn"; 17 17 rev = version; 18 - hash = "sha256-ABePye1zuGDH74BL6AP05rR9eBOYu1SoVpd2TcZQMW8="; 18 + hash = "sha256-Zh2u7we/MAIM7varuJA4AmEWeSMuA/C+0NSIUJN7zTs="; 19 19 }; 20 20 21 21 sourceRoot = "${src.name}/rust/userborn"; 22 22 23 23 useFetchCargoVendor = true; 24 - cargoHash = "sha256-QqD+pbCJZAPhA6BdG6EJbbhkaEE7NK/IHH8HE8ye3DY="; 24 + cargoHash = "sha256-oLw/I8PEv75tz+KxbIJrwl8Wr0I/RzDh1SDZ6mRQpL8="; 25 25 26 26 nativeBuildInputs = [ rustPlatform.bindgenHook ]; 27 27