3
0
Fork 0
forked from mirrors/nixpkgs

libbde: 20210605 -> 20220121

This commit is contained in:
R. Ryantm 2022-07-31 17:37:51 +00:00
parent 6fde9705e8
commit 51fa0c57fd

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "libbde";
version = "20210605";
version = "20220121";
src = fetchurl {
url = "https://github.com/libyal/libbde/releases/download/${version}/${pname}-alpha-${version}.tar.gz";
sha256 = "0dk5h7gvp2fgg21n7k600mnayg4g4pc0lm7317k43j1q0p4hkfng";
sha256 = "sha256-dnSMuTm/nMiZ6t2rbhDqGpp/e9xt5Msz2In8eiuTjC8=";
};
buildInputs = [ fuse ncurses python3 ];