biodiff: 1.0.4 -> 1.1.0

This commit is contained in:
Alex Martens 2023-02-10 19:38:06 -08:00
parent b6a91ee512
commit e44cac10e9

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "biodiff"; pname = "biodiff";
version = "1.0.4"; version = "1.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "8051Enthusiast"; owner = "8051Enthusiast";
repo = "biodiff"; repo = "biodiff";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-anGiqTiZVm6q8BII1Ahg2ph7OwX5isCa16orEcf4aFE="; hash = "sha256-IrIRBozW2nNqt3/643jQ9sHT/YIpYhWeG749bTR4+60=";
}; };
cargoSha256 = "sha256-uyATu6M04IRFtzFb2ox0xUYFXjkW+t+71Iy58TuqCko="; cargoHash = "sha256-EkvZk5l2Jw/6Ejrz4gYFWz9IZLjz0Op/1z3BGBV07dA=";
meta = with lib; { meta = with lib; {
description = "Hex diff viewer using alignment algorithms from biology"; description = "Hex diff viewer using alignment algorithms from biology";