We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e41186f + 3dc48da commit c9160b4Copy full SHA for c9160b4
1 file changed
pkgs/by-name/co/cockpit/package.nix
@@ -41,13 +41,13 @@
41
42
stdenv.mkDerivation (finalAttrs: {
43
pname = "cockpit";
44
- version = "342";
+ version = "343";
45
46
src = fetchFromGitHub {
47
owner = "cockpit-project";
48
repo = "cockpit";
49
tag = finalAttrs.version;
50
- hash = "sha256-NkddZeWvMSP8pcN+eFWDm6iux3REjPP2jBwHF5CTzmU=";
+ hash = "sha256-Yov8C1zpSYkkK5U7Lly6jGqvtfIZVH4modd2mLZRrGs=";
51
fetchSubmodules = true;
52
};
53
0 commit comments