aespipe: 2.4g -> 2.4h

This commit is contained in:
R. Ryantm 2024-05-17 00:45:22 +00:00
parent ea77cefecb
commit 8febca5ee9

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "aespipe";
version = "2.4g";
version = "2.4h";
src = fetchurl {
url = "mirror://sourceforge/loop-aes/aespipe/aespipe-v${version}.tar.bz2";
sha256 = "sha256-v7l+feFh6NfOETsWO9odGo7HfSwa+rVtzIFT16kBh/w=";
sha256 = "sha256-6rMR/CbqQyibw632YNYnBJJJSWByXSAm7EkXKUoaukk=";
};
nativeBuildInputs = [ makeWrapper ];