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

cockpit: 310.2 -> 311
This commit is contained in:
Mario Rodas
2024-02-14 17:38:59 -05:00
committed by GitHub
+2 -2
View File
@@ -44,13 +44,13 @@ in
stdenv.mkDerivation rec {
pname = "cockpit";
version = "310.2";
version = "311";
src = fetchFromGitHub {
owner = "cockpit-project";
repo = "cockpit";
rev = "refs/tags/${version}";
hash = "sha256-VaH34UT8kXKZbRPTNvL1afeONb3n6vK0UB1UgWeNRWY=";
hash = "sha256-RsOLYvwLu0eNmSZJoCi1dcB2a3JqMbus/gOyL74kCB4=";
fetchSubmodules = true;
};