libdict: 1.0.5 -> 1.0.6 (#537178)

This commit is contained in:
Nick Cao
2026-07-01 19:41:34 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libdict";
version = "1.0.5";
version = "1.0.6";
src = fetchFromGitHub {
owner = "rtbrick";
repo = "libdict";
rev = finalAttrs.version;
hash = "sha256-604escyV5MVuYggs1awIrorCrdXSUj3IhjwXV2QdDMU=";
hash = "sha256-JO8gIZwSZ1vOigiM2IoGRYW2m2zoAa1af/eMBP3ZRjY=";
};
nativeBuildInputs = [