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

cockpit: 308 -> 310.2
This commit is contained in:
Nick Cao 2024-02-11 12:48:03 -05:00 committed by GitHub
commit 463d2fed6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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