Skip to content

Commit c9160b4

Browse files
cockpit: 342 -> 343 (#429127)
Co-authored-by: lucasew <lucas59356@gmail.com>
2 parents e41186f + 3dc48da commit c9160b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/co/cockpit/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141

4242
stdenv.mkDerivation (finalAttrs: {
4343
pname = "cockpit";
44-
version = "342";
44+
version = "343";
4545

4646
src = fetchFromGitHub {
4747
owner = "cockpit-project";
4848
repo = "cockpit";
4949
tag = finalAttrs.version;
50-
hash = "sha256-NkddZeWvMSP8pcN+eFWDm6iux3REjPP2jBwHF5CTzmU=";
50+
hash = "sha256-Yov8C1zpSYkkK5U7Lly6jGqvtfIZVH4modd2mLZRrGs=";
5151
fetchSubmodules = true;
5252
};
5353

0 commit comments

Comments
 (0)