libdict: 1.0.3 -> 1.0.4

This commit is contained in:
R. Ryantm
2024-12-09 18:47:16 +01:00
committed by Weijia Wang
parent 75763a2f41
commit 52dcc88971
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libdict";
version = "1.0.3";
version = "1.0.4";
src = fetchFromGitHub {
owner = "rtbrick";
repo = "libdict";
rev = finalAttrs.version;
hash = "sha256-JM67lpXGacA0w8luQLc/83mAdHgtXnYlw543gUqUpRM=";
hash = "sha256-GFK2yjtxAwwstoJQGCXxwNKxn3LL74FBxad7JdOn0pU=";
};
nativeBuildInputs = [