jive: 7.45 -> 7.46

This commit is contained in:
R. Ryantm
2025-12-01 00:35:32 +00:00
parent e790653926
commit b397c4a5c8
+2 -2
View File
@@ -7,11 +7,11 @@
}:
stdenv.mkDerivation rec {
pname = "jive";
version = "7.45";
version = "7.46";
src = fetchurl {
url = "https://repo.maven.apache.org/maven2/org/tango-controls/Jive/${version}/Jive-${version}-jar-with-dependencies.jar";
hash = "sha256-a/I4jMlTVYWN9zNBQnWbvT2MBHItexnwPly1XyOeR8U=";
hash = "sha256-AbxTRFi5dCsN/HENTI/o3hBQKZM+cFtJxT3A8RKpQM4=";
};
dontUnpack = true;