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

cockpit: 303 -> 305
This commit is contained in:
Ilan Joselevich 2023-11-17 14:55:53 +00:00 committed by GitHub
commit 3ec6faae49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,13 +45,13 @@ in
stdenv.mkDerivation rec {
pname = "cockpit";
version = "303";
version = "305";
src = fetchFromGitHub {
owner = "cockpit-project";
repo = "cockpit";
rev = "refs/tags/${version}";
hash = "sha256-1VPnmb4VDSwzdXtk2YZVHH4qFJSe2OPzsmzVD/NkbYg=";
hash = "sha256-fCVnggso/wAvci9sLRVvwEsvZ+CeEfLBDnPPcAy/wGo=";
fetchSubmodules = true;
};