Commit 943a0a26 authored by R. RyanTM's avatar R. RyanTM
Browse files

cockpit: 310.2 -> 311

parent f74d88a6
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 = "310.2";
  version = "311";

  src = fetchFromGitHub {
    owner = "cockpit-project";
    repo = "cockpit";
    rev = "refs/tags/${version}";
    hash = "sha256-VaH34UT8kXKZbRPTNvL1afeONb3n6vK0UB1UgWeNRWY=";
    hash = "sha256-RsOLYvwLu0eNmSZJoCi1dcB2a3JqMbus/gOyL74kCB4=";
    fetchSubmodules = true;
  };