wfa2-lib: 2.3.4 -> 2.3.5

This commit is contained in:
R. Ryantm 2024-04-20 15:09:26 +00:00
parent e540698524
commit 851ba0b692
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "wfa2-lib";
version = "2.3.4";
version = "2.3.5";
src = fetchFromGitHub {
owner = "smarco";
repo = "WFA2-lib";
rev = "v${version}";
hash = "sha256-h4e+f+JkQr3qqaBUDly24ZvKxaEGzeJtMXejh8aD5D0=";
hash = "sha256-vTeSvhSt3PQ/BID6uM1CuXkQipgG7VViDexvAwV4nW8=";
};
nativeBuildInputs = [