userborn: 0.4.0 -> 0.5.0

This commit is contained in:
nikstur
2026-02-01 00:56:45 +01:00
parent 2b71179e9f
commit 46336d4d69
+3 -3
View File
@@ -9,18 +9,18 @@
rustPlatform.buildRustPackage rec {
pname = "userborn";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "nikstur";
repo = "userborn";
rev = version;
hash = "sha256-Zh2u7we/MAIM7varuJA4AmEWeSMuA/C+0NSIUJN7zTs=";
hash = "sha256-mXXakR75Iz6AFf/TYgIHE8SxOri2HyReYUYTT3lCEPA=";
};
sourceRoot = "${src.name}/rust/userborn";
cargoHash = "sha256-oLw/I8PEv75tz+KxbIJrwl8Wr0I/RzDh1SDZ6mRQpL8=";
cargoHash = "sha256-uAid5GsM9lasVQAYfeo9jwp4xg1MrXdJqtD0l6ME6OQ=";
nativeBuildInputs = [ rustPlatform.bindgenHook ];