From 3519306f46ff803363c5c698ac4fc7c11c6969b5 Mon Sep 17 00:00:00 2001 From: Niclas <33751841+buffet@users.noreply.github.com> Date: Fri, 8 Mar 2019 21:39:47 +0100 Subject: [PATCH] filet: 0.1.2 -> 0.1.3 (#57070) --- pkgs/applications/misc/filet/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/misc/filet/default.nix b/pkgs/applications/misc/filet/default.nix index e80cc43fe87e..edee9ab33e9e 100644 --- a/pkgs/applications/misc/filet/default.nix +++ b/pkgs/applications/misc/filet/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "filet"; - version = "0.1.2"; + version = "0.1.3"; src = fetchFromGitHub { owner = "buffet"; repo = "filet"; rev = version; - sha256 = "0fk616rsninl97x4g1f4blidw6drh5dvjy6s41yf6zgragrr2xh5"; + sha256 = "0hm7589ih30axafqxhhs4fg1pvfhlqzyzzmfi2ilx8haq5111fsf"; }; makeFlags = [ "PREFIX=$(out)" ]; @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { description = "A fucking fucking fast file fucker (afffff)"; homepage = https://github.com/buffet/filet; license = licenses.mpl20; - platforms = platforms.linux; + platforms = platforms.all; maintainers = with maintainers; [ buffet ]; }; }