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

ruqola: 2.7.0 -> 2.7.1 (#514167)

parents 500bb905 a232c3cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ruqola";
  version = "2.7.0";
  version = "2.7.1";

  src = fetchFromGitLab {
    domain = "invent.kde.org";
    owner = "network";
    repo = "ruqola";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ndb20iKNaWwK5yR3mlDoBYEPj2QLHOlQVBejGKs/FMw=";
    hash = "sha256-qw69To9NuT4pnp3OfQHcny1FSEmLXTZpeo21h5dWdSo=";
  };

  nativeBuildInputs = [