about summary refs log tree commit diff
path: root/pkgs/applications/misc/filet
diff options
context:
space:
mode:
authorNiclas <33751841+buffet@users.noreply.github.com>2019-03-08 21:39:47 +0100
committerxeji <36407913+xeji@users.noreply.github.com>2019-03-08 21:39:47 +0100
commit3519306f46ff803363c5c698ac4fc7c11c6969b5 (patch)
tree6797ca0cc2c70309a2eb2297500f69c693d3d214 /pkgs/applications/misc/filet
parent20e32de5e3e536a59ed540ef33a3955f0deb9f04 (diff)
filet: 0.1.2 -> 0.1.3 (#57070)
Diffstat (limited to 'pkgs/applications/misc/filet')
-rw-r--r--pkgs/applications/misc/filet/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/filet/default.nix b/pkgs/applications/misc/filet/default.nix
index e80cc43fe87e1..edee9ab33e9e1 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 ];
   };
 }