about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-10 15:24:21 -0700
committerRobin Gloster <mail@glob.in>2019-03-12 15:02:48 +0000
commit9f0ef9fb9f78f9e61e7cc7a62e3a2b935c1440aa (patch)
tree0c840a8f9e04d75efba1f89ae1109e5f03383f3b /pkgs/tools/system
parent3eb717e0531801881e72a1cd5e3624e72008d587 (diff)
downloadnixlib-9f0ef9fb9f78f9e61e7cc7a62e3a2b935c1440aa.tar
nixlib-9f0ef9fb9f78f9e61e7cc7a62e3a2b935c1440aa.tar.gz
nixlib-9f0ef9fb9f78f9e61e7cc7a62e3a2b935c1440aa.tar.bz2
nixlib-9f0ef9fb9f78f9e61e7cc7a62e3a2b935c1440aa.tar.lz
nixlib-9f0ef9fb9f78f9e61e7cc7a62e3a2b935c1440aa.tar.xz
nixlib-9f0ef9fb9f78f9e61e7cc7a62e3a2b935c1440aa.tar.zst
nixlib-9f0ef9fb9f78f9e61e7cc7a62e3a2b935c1440aa.zip
lr: 1.4 -> 1.4.1
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
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 f4b451026d11..0ab8d226f3a0 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.4";
+  version = "1.4.1";
 
   src = fetchFromGitHub {
     owner = "chneukirchen";
     repo = "lr";
     rev = "v${version}";
-    sha256 = "0lwnd5whq5f0czhqgaj4y6myzw4wssk6bji4z3dck95c8rpvg05a";
+    sha256 = "0mpaqn0zfhxdf9wzs1wgdd29bjcyl3rgfdlqbwhiwcy2h3vy2h8s";
   };
 
   makeFlags = "PREFIX=$(out)";