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

cockpit: 359 -> 360

parent 3ede32d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,13 +53,13 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "cockpit";
  version = "359";
  version = "360";

  src = fetchFromGitHub {
    owner = "cockpit-project";
    repo = "cockpit";
    tag = finalAttrs.version;
    hash = "sha256-iYPBGd2G+IH0z8zNoUh4Aw7uMqKOTWa+ozl/SEtsZUY=";
    hash = "sha256-nxucAln5iBRORgLtgslenBNxp6gCd7FauDbb3X7/3xQ=";
    fetchSubmodules = true;
  };