wambo: 0.3.1 -> 0.4.0

This commit is contained in:
R. Ryantm 2024-12-08 11:10:31 +00:00
parent afe27494fa
commit 19f3040051

View File

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "wambo"; pname = "wambo";
version = "0.3.1"; version = "0.4.0";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
hash = "sha256-WZQgQmoFmsWLgPYRWonJmyKq9IIJ+a6J+O19XPppJG4="; hash = "sha256-3EwNC78DhSXbVFSg6q+66yge4S1m5icJ5nOhoy9qsRI=";
}; };
cargoHash = "sha256-ghUdhWW5gURWxj/OhbcKPNeLzeJvndqAxEZmwKBATUk="; cargoHash = "sha256-sg7J6hQGEevGAMD7DocW1UtgyO36rrEb7kKhQTRKPZ4=";
meta = { meta = {
description = "All-in-one tool to convert decimal/bin/oct/hex and interpret bits as integers"; description = "All-in-one tool to convert decimal/bin/oct/hex and interpret bits as integers";