Merge pull request #70935 from schmittlauch/cawbird-1.0.2

cawbird: 1.0.1 -> 1.0.2

authored by worldofpeace and committed by GitHub 61817ae9 c3549e8e

+2 -10
+2 -10
pkgs/applications/networking/cawbird/default.nix
··· 3 , glib-networking, python3, fetchpatch }: 4 5 stdenv.mkDerivation rec { 6 - version = "1.0.1"; 7 pname = "cawbird"; 8 9 src = fetchFromGitHub { 10 owner = "IBBoard"; 11 repo = "cawbird"; 12 rev = "v${version}"; 13 - sha256 = "sha256:0bk33fh32nnv6ya6j0ij34abw6a3g6m8fq13303slhhja8xhvmb1"; 14 }; 15 16 nativeBuildInputs = [ ··· 21 buildInputs = [ 22 glib gtk3 json-glib sqlite libsoup gettext gnome3.dconf gnome3.gspell glib-networking 23 ] ++ (with gst_all_1; [ gstreamer gst-plugins-base gst-plugins-bad (gst-plugins-good.override { gtkSupport = true; }) gst-libav ]); 24 - 25 - patches = [ 26 - # Fix build with vala 0.46 27 - (fetchpatch { 28 - url = "https://github.com/IBBoard/cawbird/commit/7b88f8856d108b9555ba7b855c7daed7b9e745ca.patch"; 29 - sha256 = "10kfdy91yas4xyz0hd057q6nsqfrkljcj7pql81xgm43qaff31y0"; 30 - }) 31 - ]; 32 33 postPatch = '' 34 chmod +x data/meson_post_install.py # patchShebangs requires executable file
··· 3 , glib-networking, python3, fetchpatch }: 4 5 stdenv.mkDerivation rec { 6 + version = "1.0.2"; 7 pname = "cawbird"; 8 9 src = fetchFromGitHub { 10 owner = "IBBoard"; 11 repo = "cawbird"; 12 rev = "v${version}"; 13 + sha256 = "sha256:0b79ngwilicqkgacva93cir4rmk15yzgsih56yb3a4n6bqjispay"; 14 }; 15 16 nativeBuildInputs = [ ··· 21 buildInputs = [ 22 glib gtk3 json-glib sqlite libsoup gettext gnome3.dconf gnome3.gspell glib-networking 23 ] ++ (with gst_all_1; [ gstreamer gst-plugins-base gst-plugins-bad (gst-plugins-good.override { gtkSupport = true; }) gst-libav ]); 24 25 postPatch = '' 26 chmod +x data/meson_post_install.py # patchShebangs requires executable file