summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 14:29:45 -0700
committerRobin Gloster <mail@glob.in>2018-05-01 15:17:01 +0200
commit21a29c27202c890ca38de717237e064a0668aa11 (patch)
treeeea1dee9afe12ae3b879a834d2b67c303ef3f48e /pkgs/tools/system
parentf06e735448aaf5b11adc6cfa70aebbdfe0c8914f (diff)
downloadnixlib-21a29c27202c890ca38de717237e064a0668aa11.tar
nixlib-21a29c27202c890ca38de717237e064a0668aa11.tar.gz
nixlib-21a29c27202c890ca38de717237e064a0668aa11.tar.bz2
nixlib-21a29c27202c890ca38de717237e064a0668aa11.tar.lz
nixlib-21a29c27202c890ca38de717237e064a0668aa11.tar.xz
nixlib-21a29c27202c890ca38de717237e064a0668aa11.tar.zst
nixlib-21a29c27202c890ca38de717237e064a0668aa11.zip
lr: 1.3 -> 1.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/cwrqw239bf9kd1d82ljq7506j4ri4p8i-lr-1.4/bin/lr -h’ got 0 exit code
- directory tree listing: https://gist.github.com/7ffd474460d7e46863b9b0cf42f9c791
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/lr/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/lr/default.nix b/pkgs/tools/system/lr/default.nix
index 8fac35fbe431..f4b451026d11 100644
--- a/pkgs/tools/system/lr/default.nix
+++ b/pkgs/tools/system/lr/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "lr-${version}";
-  version = "1.3";
+  version = "1.4";
 
   src = fetchFromGitHub {
     owner = "chneukirchen";
     repo = "lr";
     rev = "v${version}";
-    sha256 = "0g4iqz8ddv7dsrfhx0828bmc16ff8qp8xh5ya9f0n5qj4zh4cn35";
+    sha256 = "0lwnd5whq5f0czhqgaj4y6myzw4wssk6bji4z3dck95c8rpvg05a";
   };
 
   makeFlags = "PREFIX=$(out)";