Merge pull request #305570 from r-ryantm/auto-update/wfa2-lib

wfa2-lib: 2.3.4 -> 2.3.5
This commit is contained in:
Weijia Wang 2024-04-27 04:25:02 +02:00 committed by GitHub
commit f70d72b5bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [