Unverified Commit 28a00054 authored by Mathew Polzin's avatar Mathew Polzin Committed by GitHub
Browse files

xfe: 2.0 -> 2.0.1 (#390794)

parents c57e66f9 5364044a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,11 +17,11 @@

stdenv.mkDerivation rec {
  pname = "xfe";
  version = "2.0";
  version = "2.0.1";

  src = fetchurl {
    url = "mirror://sourceforge/xfe/xfe-${version}.tar.xz";
    sha256 = "sha256-oGqBZjBL/Uc1+ZJZCVnUxwFvWAT+2mQGZgygTZuymEg=";
    sha256 = "sha256-vlu0yshT72rWQB0aqCleIsdJSZ4kEL8MUsYET1VqJbM=";
  };

  nativeBuildInputs = [