Commit cac215e2 authored by R. RyanTM's avatar R. RyanTM
Browse files

cockpit: 311 -> 312

parent 67809268
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 = "311";
  version = "312";

  src = fetchFromGitHub {
    owner = "cockpit-project";
    repo = "cockpit";
    rev = "refs/tags/${version}";
    hash = "sha256-RsOLYvwLu0eNmSZJoCi1dcB2a3JqMbus/gOyL74kCB4=";
    hash = "sha256-X3IsUaqXlg/SlqHo9jK+hONY/6LAIAfRO9rAwCQcq64=";
    fetchSubmodules = true;
  };