Merge pull request #307572 from r-ryantm/auto-update/cockpit

cockpit: 315 -> 316
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-04-29 10:54:33 +00:00
committed by GitHub
+2 -2
View File
@@ -44,13 +44,13 @@ in
stdenv.mkDerivation rec {
pname = "cockpit";
version = "315";
version = "316";
src = fetchFromGitHub {
owner = "cockpit-project";
repo = "cockpit";
rev = "refs/tags/${version}";
hash = "sha256-N6MDqhYQky80r9wSiDIPusg6iOpDh4S52pf337nojyY=";
hash = "sha256-AoRdeAA+K6VhRxgAF7t2COJtovk8U9B9j8MaBwMjJgw=";
fetchSubmodules = true;
};