cockpit: 303 -> 305

This commit is contained in:
R. Ryantm 2023-11-17 07:32:26 +00:00
parent e3de846947
commit 38fe26a45b

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;
};