Unverified Commit bfd582c4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

tellico: 4.1.1 -> 4.1.2 (#406751)

parents 70456324 a45c66f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@

stdenv.mkDerivation rec {
  pname = "tellico";
  version = "4.1.1";
  version = "4.1.2";

  src = fetchFromGitLab {
    domain = "invent.kde.org";
    owner = "office";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-eYmLDQfnC0/R7VF+oMBwb5Q56CBl2icusoit/LIIpUs=";
    hash = "sha256-sJyOONYSnec+LI5t3FjDXJFhgIo8cPogZeD4057EW4g=";
  };

  nativeBuildInputs = [