libdict: 1.0.4 -> 1.0.5

This commit is contained in:
R. Ryantm
2025-12-08 23:02:10 +00:00
parent 864b51ebb4
commit f74cce4467
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libdict";
version = "1.0.4";
version = "1.0.5";
src = fetchFromGitHub {
owner = "rtbrick";
repo = "libdict";
rev = finalAttrs.version;
hash = "sha256-GFK2yjtxAwwstoJQGCXxwNKxn3LL74FBxad7JdOn0pU=";
hash = "sha256-604escyV5MVuYggs1awIrorCrdXSUj3IhjwXV2QdDMU=";
};
nativeBuildInputs = [