summary refs log tree commit diff
path: root/pkgs/applications/altcoins
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-27 06:15:24 -0700
committerSamuel Leathers <disasm@gmail.com>2018-10-27 09:15:24 -0400
commit244f27b4becbd281366537f6ad37a2f748f5a355 (patch)
tree6d5b54090165d76d3244407e5ba093b6962cf1e1 /pkgs/applications/altcoins
parent4b60f4c55f801dfac70a48106a79a4b21b418cb9 (diff)
downloadnixlib-244f27b4becbd281366537f6ad37a2f748f5a355.tar
nixlib-244f27b4becbd281366537f6ad37a2f748f5a355.tar.gz
nixlib-244f27b4becbd281366537f6ad37a2f748f5a355.tar.bz2
nixlib-244f27b4becbd281366537f6ad37a2f748f5a355.tar.lz
nixlib-244f27b4becbd281366537f6ad37a2f748f5a355.tar.xz
nixlib-244f27b4becbd281366537f6ad37a2f748f5a355.tar.zst
nixlib-244f27b4becbd281366537f6ad37a2f748f5a355.zip
altcoins.litecoin: 0.16.2 -> 0.16.3 (#49247)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/litecoin/versions
Diffstat (limited to 'pkgs/applications/altcoins')
-rw-r--r--pkgs/applications/altcoins/litecoin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/altcoins/litecoin.nix b/pkgs/applications/altcoins/litecoin.nix
index b23f3ad42434..33ac2be18322 100644
--- a/pkgs/applications/altcoins/litecoin.nix
+++ b/pkgs/applications/altcoins/litecoin.nix
@@ -11,13 +11,13 @@ with stdenv.lib;
 stdenv.mkDerivation rec {
 
   name = "litecoin" + (toString (optional (!withGui) "d")) + "-" + version;
-  version = "0.16.2";
+  version = "0.16.3";
 
   src = fetchFromGitHub {
     owner = "litecoin-project";
     repo = "litecoin";
     rev = "v${version}";
-    sha256 = "0xfwh7cxxz6w8kgr4kl48w3zm81n1hv8fxb5l9zx3460im1ffgy6";
+    sha256 = "0vc184qfdkjky1qffa7309k6973k4197bkzwcmffc9r5sdfhrhkp";
   };
 
   nativeBuildInputs = [ pkgconfig autoreconfHook ];