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

cockpit: 331 -> 336.2

parent b991a5e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,13 +37,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "cockpit";
  version = "331";
  version = "336.2";

  src = fetchFromGitHub {
    owner = "cockpit-project";
    repo = "cockpit";
    tag = finalAttrs.version;
    hash = "sha256-G0L1ZcvjUCSNkDvYoyConymZ4bsEye03t5K15EyI008=";
    hash = "sha256-QRtKxrOIGZuAj+NrnXDpnejJQ/lm0hP/JqZyVZn/VL0=";
    fetchSubmodules = true;
  };