Commit 38e23891 authored by R. RyanTM's avatar R. RyanTM
Browse files

cockpit: 314 -> 315

parent c81c2414
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 = "314";
  version = "315";

  src = fetchFromGitHub {
    owner = "cockpit-project";
    repo = "cockpit";
    rev = "refs/tags/${version}";
    hash = "sha256-6iLfUqzBG/pvGNnzMJzMQqnNjPvKJtTHHCSBWtSwwFM=";
    hash = "sha256-N6MDqhYQky80r9wSiDIPusg6iOpDh4S52pf337nojyY=";
    fetchSubmodules = true;
  };