Merge pull request #32287 from andir/polybar-3.1.0

polybar: 3.0.5 -> 3.1.0

authored by Joachim F and committed by GitHub b4f4e069 aeb32cf1

+3 -11
+3 -11
pkgs/applications/misc/polybar/default.nix
··· 21 22 stdenv.mkDerivation rec { 23 name = "polybar-${version}"; 24 - version = "3.0.5"; 25 src = fetchgit { 26 url = "https://github.com/jaagr/polybar"; 27 - rev = "4e2e2a7a5e0fe81669031ade0f60e1d379b6516d"; 28 - sha256 = "1iiks9q13pbkgbjhdns18a5zgr6d40ydcm4qn168m73fs6ivf1vn"; 29 }; 30 31 meta = with stdenv.lib; { ··· 39 maintainers = [ maintainers.afldcr ]; 40 platforms = platforms.unix; 41 }; 42 - # This patch should be removed with next stable release. 43 - patches = [ 44 - (fetchpatch { 45 - name = "polybar-remove-curlbuild.patch"; 46 - url = "https://github.com/jaagr/polybar/commit/d35abc7620c8f06618b4708d9a969dfa2f309e96.patch"; 47 - sha256 = "14xr65vsjvd51hzg9linj09w0nnixgn26dh9lqxy25bxachcyzxy"; 48 - }) 49 - ]; 50 51 buildInputs = [ 52 cairo libXdmcp libpthreadstubs libxcb pcre python2 xcbproto xcbutil
··· 21 22 stdenv.mkDerivation rec { 23 name = "polybar-${version}"; 24 + version = "3.1.0"; 25 src = fetchgit { 26 url = "https://github.com/jaagr/polybar"; 27 + rev = "bf16a4d415ea7d8845f578544de0c71e56ad314e"; 28 + sha256 = "1jcvqxl0477j0snvh1rzqsm1dkfsybix2lgrlsgiczdxfknwz8iy"; 29 }; 30 31 meta = with stdenv.lib; { ··· 39 maintainers = [ maintainers.afldcr ]; 40 platforms = platforms.unix; 41 }; 42 43 buildInputs = [ 44 cairo libXdmcp libpthreadstubs libxcb pcre python2 xcbproto xcbutil