google-musicmanager: beta_1.0.182.3607-r0 -> beta_1.0.221.5230-r0

The previous version was 404

Also fixes i686 typo

authored by

Brian McKenna and committed by
Brian McKenna
f27643fe aeb4aa05

+4 -4
+4 -4
pkgs/applications/audio/google-musicmanager/default.nix
··· 1 1 { stdenv, fetchurl, readline, patchelf, ncurses, qt48, libidn, expat, flac 2 2 , libvorbis }: 3 3 4 - assert stdenv.system == "x86_64-linux" || stdenv.system == "1686-linux"; 4 + assert stdenv.system == "x86_64-linux" || stdenv.system == "i686-linux"; 5 5 let 6 6 archUrl = name: arch: "http://dl.google.com/linux/musicmanager/deb/pool/main/g/google-musicmanager-beta/${name}_${arch}.deb"; 7 7 in 8 8 stdenv.mkDerivation rec { 9 - version = "beta_1.0.182.3607-r0"; # friendly to nix-env version sorting algo 9 + version = "beta_1.0.221.5230-r0"; # friendly to nix-env version sorting algo 10 10 product = "google-musicmanager"; 11 11 name = "${product}-${version}"; 12 12 ··· 18 18 src = if stdenv.system == "x86_64-linux" 19 19 then fetchurl { 20 20 url = archUrl name "amd64"; 21 - sha256 = "141x986haxg3r72ggh8prz0qg298jkad1ys8sdvsac92p4adcqx4"; 21 + sha256 = "1h0ssbz6y9xi2szalgb5wcxi8m1ylg4qf2za6zgvi908hpan7q37"; 22 22 } 23 23 else fetchurl { 24 24 url = archUrl name "i386"; 25 - sha256 = "076iaa7pxhj8b1hlg5ah9jfm4qgzgjc9ivvg2l18wp045gnycv1l"; 25 + sha256 = "0q8cnzx7s25bpqlbp40d43mwd6m8kvhvdifkqlgc9phpydnqpd1i"; 26 26 }; 27 27 28 28 unpackPhase = ''