Commit 8febca5e authored by R. RyanTM's avatar R. RyanTM
Browse files

aespipe: 2.4g -> 2.4h

parent ea77cefe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];