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

xwallpaper: 0.7.4 -> 0.7.5 (#343168)

parents c26ca03c 4ca93d7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
  pname = "xwallpaper";
  version = "0.7.4";
  version = "0.7.5";

  src = fetchFromGitHub {
    owner = "stoeckmann";
    repo = "xwallpaper";
    rev = "v${version}";
    sha256 = "sha256-onxneLmXs1rYwpTzcnn+rbDboWVoEQgtGMHx/bMPRa8=";
    sha256 = "sha256-smhqovPgDdSLhAwW1y/hnPjNwFcpIUocs3MKizdvZj0=";
  };

  nativeBuildInputs = [ pkg-config autoreconfHook installShellFiles ];