cockpit: 343 -> 345 (#434006)

Co-authored-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-24 13:58:56 +00:00
committed by GitHub
co-authored by lucasew
+2 -2
View File
@@ -41,13 +41,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cockpit";
version = "343";
version = "345";
src = fetchFromGitHub {
owner = "cockpit-project";
repo = "cockpit";
tag = finalAttrs.version;
hash = "sha256-Yov8C1zpSYkkK5U7Lly6jGqvtfIZVH4modd2mLZRrGs=";
hash = "sha256-dK2sMqPmxNKMKrlNkr7FoSaHY5Qn1dtNHX32d/IYu8U=";
fetchSubmodules = true;
};