yggdrasil-ng: 0.2.0 -> 0.3.0

This commit is contained in:
R. Ryantm
2026-07-15 18:11:35 +00:00
parent a84be33b3b
commit 8844bd09de
+3 -3
View File
@@ -5,16 +5,16 @@
}:
rustPlatform.buildRustPackage (oldAttrs: {
pname = "yggdrasil-ng";
version = "0.2.0";
version = "0.3.0";
src = fetchFromGitHub {
owner = "Revertron";
repo = "Yggdrasil-ng";
tag = "v${oldAttrs.version}";
hash = "sha256-Ic3r8xNeBMg+vN9C2JPRrpVRNHqT5XuDT+EoD493qdM=";
hash = "sha256-idhtzN1qJQ50u+1KjFVAxttR2pHKPp6iFvL6XTp3XFQ=";
};
cargoHash = "sha256-eA5tXPqZJnRIYQGxmjOA8esDV8u74afWMfZ9bn9PsWE=";
cargoHash = "sha256-qJrRz2JIkQD185XY3tSbJFKZWCY0+1heT6MhIeH/52A=";
__structuredAttrs = true;