Unverified Commit 463d2fed authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

cockpit: 308 -> 310.2
parents f6ab9624 e0a0f7a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };