libnspsl: 0.1.6 -> 0.1.7 (#447355)

This commit is contained in:
Yohann Boniface
2025-09-30 10:08:55 +00:00
committed by GitHub
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libnspsl";
version = "0.1.6";
version = "0.1.7";
src = fetchurl {
url = "http://download.netsurf-browser.org/libs/releases/libnspsl-${finalAttrs.version}-src.tar.gz";
hash = "sha256-08WCBct40xC/gcpVNHotCYcZzsrHBGvDZ5g7E4tFAgs=";
hash = "sha256-NoTOwy9VXa7UMZk+C/bL2TdPbJCERiN+CJ8LYdaUrIA=";
};
nativeBuildInputs = [ pkg-config ];