jive: 7.45 -> 7.46 (#466692)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-02 09:46:35 +00:00
committed by GitHub
+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;