mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 23:23:07 +00:00
wambo: 0.3.1 -> 0.4.0
This commit is contained in:
parent
afe27494fa
commit
19f3040051
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user