Unverified Commit 7dc06d87 authored by Colin's avatar Colin Committed by GitHub
Browse files

tellico: 4.1.4 -> 4.2 (#482882)

parents 81d67bf1 f0881b23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "tellico";
  version = "4.1.4";
  version = "4.2";

  src = fetchFromGitLab {
    domain = "invent.kde.org";
    owner = "office";
    repo = "tellico";
    tag = "v${finalAttrs.version}";
    hash = "sha256-eScAOd1da05fqXtbcz8oEJiObB7CUxiYReSrr3R7ybM=";
    hash = "sha256-4bwx5zWJT8jD+kRshHKROx8hc+zuysGTd0HOwU7Ena0=";
  };

  nativeBuildInputs = [