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

cockpit: 350 -> 351

parent 1dcdb7dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,13 +44,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "cockpit";
  version = "350";
  version = "351";

  src = fetchFromGitHub {
    owner = "cockpit-project";
    repo = "cockpit";
    tag = finalAttrs.version;
    hash = "sha256-DOMX3msM5Ko7TDMRS+GcAf+gmyogjSExNEM9sjK0cCY=";
    hash = "sha256-8f/mm53eE0L5fxNwgBkKeNvlBV2gPPvLI+U8c7QkKAI=";
    fetchSubmodules = true;
  };