summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-18 15:17:27 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-19 00:17:27 +0200
commit06ab7d8e5981eb33f7c4b4197420a9ea8f72c3d1 (patch)
tree013cc076e2d3653aa47fae06d12806b4d508aa5d /pkgs/applications
parent7162eb196f3dee10dab0ee576956d168ff8810d4 (diff)
downloadnixlib-06ab7d8e5981eb33f7c4b4197420a9ea8f72c3d1.tar
nixlib-06ab7d8e5981eb33f7c4b4197420a9ea8f72c3d1.tar.gz
nixlib-06ab7d8e5981eb33f7c4b4197420a9ea8f72c3d1.tar.bz2
nixlib-06ab7d8e5981eb33f7c4b4197420a9ea8f72c3d1.tar.lz
nixlib-06ab7d8e5981eb33f7c4b4197420a9ea8f72c3d1.tar.xz
nixlib-06ab7d8e5981eb33f7c4b4197420a9ea8f72c3d1.tar.zst
nixlib-06ab7d8e5981eb33f7c4b4197420a9ea8f72c3d1.zip
balsa: 2.5.5 -> 2.5.6 (#42054)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/balsa/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/1hgx73336q1zhd8r95wv2kicf6a2jmby-balsa-2.5.6/bin/balsa had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1hgx73336q1zhd8r95wv2kicf6a2jmby-balsa-2.5.6/bin/balsa-ab had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1hgx73336q1zhd8r95wv2kicf6a2jmby-balsa-2.5.6/bin/.balsa-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1hgx73336q1zhd8r95wv2kicf6a2jmby-balsa-2.5.6/bin/.balsa-ab-wrapped had a zero exit code or showed the expected version
- 0 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 2.5.6 with grep in /nix/store/1hgx73336q1zhd8r95wv2kicf6a2jmby-balsa-2.5.6
- directory tree listing: https://gist.github.com/8c38ffd6950508c78fde54f6f3530673
- du listing: https://gist.github.com/2156c87e8b84b7a84f6d6f4c4a7b8ebb
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/mailreaders/balsa/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/balsa/default.nix b/pkgs/applications/networking/mailreaders/balsa/default.nix
index 762c6222b58e..571a48951477 100644
--- a/pkgs/applications/networking/mailreaders/balsa/default.nix
+++ b/pkgs/applications/networking/mailreaders/balsa/default.nix
@@ -6,11 +6,11 @@
 
 stdenv.mkDerivation rec {
   name = "balsa-${version}";
-  version = "2.5.5";
+  version = "2.5.6";
 
   src = fetchurl {
     url = "https://pawsa.fedorapeople.org/balsa/${name}.tar.bz2";
-    sha256 = "0p4w81wvdxqhynkninzglsgqk6920x1zif2zmw8bml410lav2azz";
+    sha256 = "17k6wcsl8gki7cskr3hhmfj6n54rha8ca3b6fzd8blsl5shsankx";
   };
 
   nativeBuildInputs = [