Unverified Commit 0964586d authored by Jenny's avatar Jenny Committed by GitHub
Browse files

haruna: 1.3.2 -> 1.3.3 (#384920)

parents a9e7b058 51e0d2ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,13 +26,13 @@

stdenv.mkDerivation rec {
  pname = "haruna";
  version = "1.3.2";
  version = "1.3.3";

  src = fetchFromGitLab {
    owner = "multimedia";
    repo = "haruna";
    rev = "v${version}";
    hash = "sha256-B4L3RG1Lq//7TGeZ1ho4LLiHRa9ourm9wL9VWljbXQo=";
    hash = "sha256-EoB8qoCiB6jvHqfhkGHhiq9/79MBLt6GguvRIwY90B0=";
    domain = "invent.kde.org";
  };