userborn: 0.3.0 -> 0.4.0

This commit is contained in:
nikstur
2025-03-16 17:57:24 +01:00
parent 8f76cf16b1
commit 814869449d
+3 -3
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 ];