Unverified Commit fde3925e authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

cockpit: 359 -> 360 (#508054)

parents 2a94098d d1f4975f
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;
  };