cozy: 1.0.3 -> 1.1.2

+4 -2
+4 -2
pkgs/applications/audio/cozy-audiobooks/default.nix
··· 9 , gst_all_1 10 , gobject-introspection 11 , libhandy 12 , python3Packages 13 , file 14 , cairo ··· 22 format = "other"; # no setup.py 23 24 pname = "cozy"; 25 - version = "1.0.3"; 26 27 # Temporary fix 28 # See https://github.com/NixOS/nixpkgs/issues/57029 ··· 33 owner = "geigi"; 34 repo = pname; 35 rev = version; 36 - sha256 = "0m0xiqpb87pwr3fhy0a4qxg67yjhwchcxj3x2anyy0li4inryxag"; 37 }; 38 39 nativeBuildInputs = [ ··· 49 cairo 50 gettext 51 gnome.adwaita-icon-theme 52 libhandy 53 pantheon.granite 54 ] ++ (with gst_all_1; [
··· 9 , gst_all_1 10 , gobject-introspection 11 , libhandy 12 + , libdazzle 13 , python3Packages 14 , file 15 , cairo ··· 23 format = "other"; # no setup.py 24 25 pname = "cozy"; 26 + version = "1.1.2"; 27 28 # Temporary fix 29 # See https://github.com/NixOS/nixpkgs/issues/57029 ··· 34 owner = "geigi"; 35 repo = pname; 36 rev = version; 37 + sha256 = "sha256-QENn8mFMk06/Uj8QJo0mJQ7frJNcv5RVNJwDB+H/LkI="; 38 }; 39 40 nativeBuildInputs = [ ··· 50 cairo 51 gettext 52 gnome.adwaita-icon-theme 53 + libdazzle 54 libhandy 55 pantheon.granite 56 ] ++ (with gst_all_1; [