bartib: 1.0.1 -> 1.1.0

This commit is contained in:
Pyxels 2024-03-26 14:48:47 +01:00
parent 10f2283273
commit f18c020f0b
No known key found for this signature in database

View file

@ -2,16 +2,19 @@
rustPlatform.buildRustPackage rec {
pname = "bartib";
version = "1.0.1";
version = "1.1.0";
src = fetchFromGitHub {
owner = "nikolassv";
repo = pname;
rev = "v${version}";
sha256 = "0ph3rsrhcyi272bv5018pw185zn7fvp5fqj24yh9rjrz8x7iawib";
sha256 = "sha256-eVLacxKD8seD8mxVN1D3HhKZkIDXsEsSisZnFbmhpSk=";
};
cargoSha256 = "sha256-1ZFwX7NKIainer7o9dIMxwyycdGW8K9euLHad/tF95w=";
cargoSha256 = "sha256-s/oGv7/0LgNpdGu6dnvvbxDgFDvcvcHL01dSPxhMVWE=";
preConfigure = ''
cargo metadata --offline
'';
nativeBuildInputs = [ installShellFiles ];