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

cockpit: 311 -> 312
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-03-13 15:58:54 +00:00
committed by GitHub
+2 -2
View File
@@ -44,13 +44,13 @@ in
stdenv.mkDerivation rec {
pname = "cockpit";
version = "311";
version = "312";
src = fetchFromGitHub {
owner = "cockpit-project";
repo = "cockpit";
rev = "refs/tags/${version}";
hash = "sha256-RsOLYvwLu0eNmSZJoCi1dcB2a3JqMbus/gOyL74kCB4=";
hash = "sha256-X3IsUaqXlg/SlqHo9jK+hONY/6LAIAfRO9rAwCQcq64=";
fetchSubmodules = true;
};