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

cockpit: 307 -> 308
This commit is contained in:
Weijia Wang 2024-01-07 01:53:16 +01:00 committed by GitHub
commit 2c92367fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,13 +44,13 @@ in
stdenv.mkDerivation rec {
pname = "cockpit";
version = "307";
version = "308";
src = fetchFromGitHub {
owner = "cockpit-project";
repo = "cockpit";
rev = "refs/tags/${version}";
hash = "sha256-6z3IAEc+qzh02g1uTaO6LdLD09eYE/5P8Gg7KW3jlvY=";
hash = "sha256-0IJRd4QoUBcJDERWHkaR7ehCLhICnjGb7pYla18DMkk=";
fetchSubmodules = true;
};