commit bfcbe8a4f3abbeeefbd485c589e3bc5b168f1c1e
parent 98ba2f6e11e74b64f94793bfc30ea728e251c8fd
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date: Fri, 16 Apr 2021 20:42:56 +0300
Fix aamath
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pkgs/misc/aamath/default.nix b/pkgs/misc/aamath/default.nix
@@ -1,11 +1,12 @@
-{ lib, stdenv, fetchurl, fetchpatch, readline, ncurses, bison, flex }:
+{ lib, stdenv, fetchwebarchive, fetchpatch, readline, ncurses, bison, flex }:
stdenv.mkDerivation rec {
pname = "aamath";
version = "0.3";
- src = fetchurl {
+ src = fetchwebarchive {
url = "http://fuse.superglue.se/aamath/aamath-${version}.tar.gz";
+ timestamp = "20190303013301";
sha256 = "0cdnfy7zdwyxvkhnk5gdcl75w9ag3n95i3sxrrawvqlmhrcg8hwq";
};