summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD3vil0p3r <crazysnob@live.it>2024-01-09 21:44:01 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-01-23 12:01:01 +0000
commit38cf34f03ab4e86b9421b45747d48ed36ede53d8 (patch)
tree581467037d4a3b0fd99f6a7318aebc080ef7e4df
parentlibewf-legacy: init at 20140814 (diff)
downloadnixpkgs-origin/backport-278342-to-release-23.11.tar.gz
Update pkgs/development/libraries/libewf-legacy/default.nixorigin/backport-278342-to-release-23.11
Co-authored-by: Sandro <sandro.jaeckel@gmail.com> (cherry picked from commit ff55b5d7e194f0cbd4c7200202934ffd4069e420)
-rw-r--r--pkgs/development/libraries/libewf-legacy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libewf-legacy/default.nix b/pkgs/development/libraries/libewf-legacy/default.nix
index dd167b909f1b..4cfbceb0089c 100644
--- a/pkgs/development/libraries/libewf-legacy/default.nix
+++ b/pkgs/development/libraries/libewf-legacy/default.nix
@@ -10,8 +10,8 @@
}:
stdenv.mkDerivation rec {
- version = "20140814";
pname = "libewf-ewf";
+ version = "20140814";
src = fetchurl {
url = "https://github.com/libyal/libewf-legacy/releases/download/${version}/libewf-${version}.tar.gz";