Unverified Commit 3ec6faae authored by Ilan Joselevich's avatar Ilan Joselevich Committed by GitHub
Browse files

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

cockpit: 303 -> 305
parents 20832d59 38fe26a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };