Commit 1c2f6812 authored by R. RyanTM's avatar R. RyanTM
Browse files

xfe: 2.1.1 -> 2.1.2

parent 5e931b16
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.1.1";
  version = "2.1.2";

  src = fetchurl {
    url = "mirror://sourceforge/xfe/xfe-${version}.tar.xz";
    sha256 = "sha256-41c2NUbaeQd/XlpUZGS+HtiinVH6PN8Ekt4RjZppOLs=";
    sha256 = "sha256-jgDgd/DOB92v19SAGqBnTHIYQE+EohgDvvFCwTNDJlE=";
  };

  nativeBuildInputs = [