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

cockpit: 340 -> 341.1 (#421846)



Co-authored-by: default avatarlucasew <lucas59356@gmail.com>
parents 47c3b9a6 f74684ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,13 +41,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "cockpit";
  version = "340";
  version = "341.1";

  src = fetchFromGitHub {
    owner = "cockpit-project";
    repo = "cockpit";
    tag = finalAttrs.version;
    hash = "sha256-I/T1bovkf2H/GJqocRxsiRxqRw9HMdscKpWQ+M6IdrU=";
    hash = "sha256-sJ4GBsBH7FTViVYiJNR8UNv5Fdo33qGJAnZo2zRLc18=";
    fetchSubmodules = true;
  };