Skip to content

Commit af492c0

Browse files
authored
libdaq: 3.0.24 -> 3.0.25 (#496712)
2 parents 98a5cf0 + 7063d80 commit af492c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libdaq/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
stdenv.mkDerivation (finalAttrs: {
1212
pname = "libdaq";
13-
version = "3.0.24";
13+
version = "3.0.25";
1414

1515
src = fetchFromGitHub {
1616
owner = "snort3";
1717
repo = "libdaq";
1818
tag = "v${finalAttrs.version}";
19-
hash = "sha256-LIdELWQZ76bA0GZne0IMr+GHisUksBYXwzSqVB5nMsA=";
19+
hash = "sha256-BG86HeprNtc3hnNPNH4AJX7Q9zy8VYvlVmsXsio9O5E=";
2020
};
2121

2222
nativeBuildInputs = [

0 commit comments

Comments
 (0)