lol

rhythmbox: 3.4.6 → 3.4.7

https://gitlab.gnome.org/GNOME/rhythmbox/-/compare/v3.4.6...v3.4.7

+5 -4
+5 -4
pkgs/applications/audio/rhythmbox/default.nix
··· 10 , glib 11 , gtk3 12 , libpeas 13 - , libsoup 14 , libxml2 15 , libsecret 16 , libnotify ··· 36 37 stdenv.mkDerivation rec { 38 pname = "rhythmbox"; 39 - version = "3.4.6"; 40 41 src = fetchurl { 42 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 43 - sha256 = "+VaCEM5V5BHpKcj7leERohHb0ZzEf1ePKRxdMZtesDQ="; 44 }; 45 46 nativeBuildInputs = [ ··· 56 57 buildInputs = [ 58 python3 59 - libsoup 60 libxml2 61 tdb 62 json-glib ··· 92 ]; 93 94 mesonFlags = [ 95 "-Dtests=disabled" 96 ]; 97
··· 10 , glib 11 , gtk3 12 , libpeas 13 + , libsoup_3 14 , libxml2 15 , libsecret 16 , libnotify ··· 36 37 stdenv.mkDerivation rec { 38 pname = "rhythmbox"; 39 + version = "3.4.7"; 40 41 src = fetchurl { 42 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 43 + sha256 = "L21WwT/BpkxTT1AHiPtIKTbOVHs0PtkMZ94fK84M+n4="; 44 }; 45 46 nativeBuildInputs = [ ··· 56 57 buildInputs = [ 58 python3 59 + libsoup_3 60 libxml2 61 tdb 62 json-glib ··· 92 ]; 93 94 mesonFlags = [ 95 + "-Ddaap=enabled" 96 "-Dtests=disabled" 97 ]; 98