cockpit: 342 -> 343 (#429127)

Co-authored-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-28 17:49:16 +00:00 committed by GitHub
commit c9160b4af0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,13 +41,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cockpit";
version = "342";
version = "343";
src = fetchFromGitHub {
owner = "cockpit-project";
repo = "cockpit";
tag = finalAttrs.version;
hash = "sha256-NkddZeWvMSP8pcN+eFWDm6iux3REjPP2jBwHF5CTzmU=";
hash = "sha256-Yov8C1zpSYkkK5U7Lly6jGqvtfIZVH4modd2mLZRrGs=";
fetchSubmodules = true;
};