Unverified Commit 054a24c6 authored by dish's avatar dish Committed by GitHub
Browse files

libwnck: 43.2 -> 43.3 (#440497)

parents 21b77f19 1c02588f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

stdenv.mkDerivation rec {
  pname = "libwnck";
  version = "43.2";
  version = "43.3";

  outputs = [
    "out"
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {

  src = fetchurl {
    url = "mirror://gnome/sources/libwnck/${lib.versions.major version}/libwnck-${version}.tar.xz";
    sha256 = "VadETsH7uVwIbUCWc4jyMbXAu8jP+qCGv5KQrkSeUdU=";
    sha256 = "avisQajwZ63h08qu0lSoNCO19hrT96Rg/Ky6wuGSvfc=";
  };

  nativeBuildInputs = [