Unverified Commit 7231e23e authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

tellico: 4.1.3 -> 4.1.4 (#456186)

parents 56724340 47840aa4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@

stdenv.mkDerivation rec {
  pname = "tellico";
  version = "4.1.3";
  version = "4.1.4";

  src = fetchFromGitLab {
    domain = "invent.kde.org";
    owner = "office";
    repo = "tellico";
    rev = "v${version}";
    hash = "sha256-+ky47wbyGAsBLx9q4ya/Vm9jiqEAbFfhloOytAyUYCQ=";
    hash = "sha256-eScAOd1da05fqXtbcz8oEJiObB7CUxiYReSrr3R7ybM=";
  };

  nativeBuildInputs = [