Unverified Commit 6c2cec3c authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

cockpit: 348 -> 349 (#452319)

parents 3dbb75c6 c446e334
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,13 +44,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "cockpit";
  version = "348";
  version = "349";

  src = fetchFromGitHub {
    owner = "cockpit-project";
    repo = "cockpit";
    tag = finalAttrs.version;
    hash = "sha256-JO+tHrG1fxfDRdGHIDZ6TBLug/6p/vB8RkxC9TLoOuk=";
    hash = "sha256-MfZPT0gY3G4Tkp2TQN7HZVgy1oiJU9zrIzaLU8r9FjU=";
    fetchSubmodules = true;
  };