about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-15 17:05:30 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-05-16 12:20:45 +0000
commit72371738ccc05d9f766873bb000c5fa81842e75e (patch)
tree14d69dea3371d929b2b0a6dc72d9be7ee05364ca
parentb5b4f5a1006da4f5a9c3637ade7c0baa1ea6677a (diff)
libewf-legacy: 20140814 -> 20140816
(cherry picked from commit 5fab9b7e2acb7ca125c588e19b336e4986aee157)
-rw-r--r--pkgs/by-name/li/libewf-legacy/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/li/libewf-legacy/package.nix b/pkgs/by-name/li/libewf-legacy/package.nix
index f6505afdacecf..536a28eceebea 100644
--- a/pkgs/by-name/li/libewf-legacy/package.nix
+++ b/pkgs/by-name/li/libewf-legacy/package.nix
@@ -11,11 +11,11 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "libewf-legacy";
-  version = "20140814";
+  version = "20140816";
 
   src = fetchurl {
     url = "https://github.com/libyal/libewf-legacy/releases/download/${finalAttrs.version}/libewf-${finalAttrs.version}.tar.gz";
-    hash = "sha256-OM3QXwnaIDeo66UNjzmu6to53SxgCMn/rE9VTPlX5BQ=";
+    hash = "sha256-ay0Hj7OGFnm6g5Qv6lHp5gKcN+wuoMN/V0QlbW9wJak=";
   };
 
   nativeBuildInputs = [ pkg-config ];