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

Merge pull request #333987 from r-ryantm/auto-update/application-title-bar

application-title-bar: 0.6.9 -> 0.7.0
parents 94dc6604 f9064c1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "application-title-bar";
  version = "0.6.9";
  version = "0.7.0";

  src = fetchFromGitHub {
    owner = "antroids";
    repo = "application-title-bar";
    rev = "v${finalAttrs.version}";
    hash = "sha256-49QZ2/77mj05xIJ9bVrxiNLzlfF1zURYr34kqt6tNzg=";
    hash = "sha256-4eSlhrh40L/32N7P7Q3/qqj8BlUQuDKqpuKGNwimeDU=";
  };

  propagatedUserEnvPkgs = with kdePackages; [ kconfig ];