about summary refs log tree commit diff
path: root/pkgs/tools/backup
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-11 02:04:51 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-11 02:04:51 -0700
commitba08d7ed063d2e1d6919b0a012aae602a6cf2fbd (patch)
treea63882ddedec16f98d6c13a3594a280a2f75260d /pkgs/tools/backup
parentf28bf68bc4f93193d296718a37f94189f91ab14d (diff)
downloadnixlib-ba08d7ed063d2e1d6919b0a012aae602a6cf2fbd.tar
nixlib-ba08d7ed063d2e1d6919b0a012aae602a6cf2fbd.tar.gz
nixlib-ba08d7ed063d2e1d6919b0a012aae602a6cf2fbd.tar.bz2
nixlib-ba08d7ed063d2e1d6919b0a012aae602a6cf2fbd.tar.lz
nixlib-ba08d7ed063d2e1d6919b0a012aae602a6cf2fbd.tar.xz
nixlib-ba08d7ed063d2e1d6919b0a012aae602a6cf2fbd.tar.zst
nixlib-ba08d7ed063d2e1d6919b0a012aae602a6cf2fbd.zip
burp: 2.1.30 -> 2.1.32
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/byii5dn5c62s50mg7gz2vjiqhgwa4wlb-burp-2.1.32/bin/vss_strip help’ got 0 exit code
- ran ‘/nix/store/byii5dn5c62s50mg7gz2vjiqhgwa4wlb-burp-2.1.32/bin/bedup -V’ and found version 2.1.32
- ran ‘/nix/store/byii5dn5c62s50mg7gz2vjiqhgwa4wlb-burp-2.1.32/bin/bsparse -V’ and found version 2.1.32
- ran ‘/nix/store/byii5dn5c62s50mg7gz2vjiqhgwa4wlb-burp-2.1.32/bin/burp -v’ and found version 2.1.32
- ran ‘/nix/store/byii5dn5c62s50mg7gz2vjiqhgwa4wlb-burp-2.1.32/bin/burp_ca -h’ got 0 exit code
- ran ‘/nix/store/byii5dn5c62s50mg7gz2vjiqhgwa4wlb-burp-2.1.32/bin/burp_ca --help’ got 0 exit code
- ran ‘/nix/store/byii5dn5c62s50mg7gz2vjiqhgwa4wlb-burp-2.1.32/bin/burp_ca help’ got 0 exit code
- found 2.1.32 with grep in /nix/store/byii5dn5c62s50mg7gz2vjiqhgwa4wlb-burp-2.1.32
- directory tree listing: https://gist.github.com/04574e27524ea2d8cf54af1b381a7277
Diffstat (limited to 'pkgs/tools/backup')
-rw-r--r--pkgs/tools/backup/burp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/backup/burp/default.nix b/pkgs/tools/backup/burp/default.nix
index 24065f7308b7..c079d8272b12 100644
--- a/pkgs/tools/backup/burp/default.nix
+++ b/pkgs/tools/backup/burp/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   name = "burp-${version}";
-  version = "2.1.30";
+  version = "2.1.32";
 
   src = fetchFromGitHub {
     owner = "grke";
     repo = "burp";
     rev = version;
-    sha256 = "0l9zcw50zr081ddspl6vnh6d6cwyzgqzg7n5pq92dwbmd64qpz9p";
+    sha256 = "1izs5vavffvj6z478s5x1shg71p2v5bnnrsam1avs21ylxbfnxi5";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];