copper: 4.4 -> 4.6

+2 -3
+2 -3
pkgs/development/compilers/copper/default.nix
··· 4 }: 5 stdenv.mkDerivation rec { 6 pname = "copper"; 7 - version = "4.4"; 8 src = fetchurl { 9 url = "https://tibleiz.net/download/copper-${version}-src.tar.gz"; 10 - sha256 = "1nf0bw143rjhd019yms3k6k531rahl8anidwh6bif0gm7cngfwfw"; 11 }; 12 buildInputs = [ 13 libffi 14 ]; 15 postPatch = '' 16 - substituteInPlace Makefile --replace "-s scripts/" "scripts/" 17 patchShebangs . 18 ''; 19 buildPhase = ''
··· 4 }: 5 stdenv.mkDerivation rec { 6 pname = "copper"; 7 + version = "4.6"; 8 src = fetchurl { 9 url = "https://tibleiz.net/download/copper-${version}-src.tar.gz"; 10 + sha256 = "sha256-tyxAMJp4H50eBz8gjt2O3zj5fq6nOIXKX47wql8aUUg="; 11 }; 12 buildInputs = [ 13 libffi 14 ]; 15 postPatch = '' 16 patchShebangs . 17 ''; 18 buildPhase = ''