ursadb: 1.5.1 -> 1.5.2 (#349454)

This commit is contained in:
Nick Cao 2024-10-18 15:56:01 -04:00 committed by GitHub
commit 64ecfa0b87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ursadb";
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "CERT-Polska";
repo = "ursadb";
rev = "v${finalAttrs.version}";
hash = "sha256-5kVci9o1jUDpbTgMuach8AjXCKhTglcgsywHt3yoo2Y=";
hash = "sha256-UVfOImngYPB8UBQHzxwJM+dT3DWiT+7V+QGfUggjazI=";
fetchSubmodules = true;
};