mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
sketchybar: 2.19.1 -> 2.19.2
This commit is contained in:
parent
54da2986be
commit
eea2498560
@ -22,13 +22,13 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "sketchybar";
|
||||
version = "2.19.1";
|
||||
version = "2.19.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "FelixKratz";
|
||||
repo = "SketchyBar";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-Ge15Df65fvNJ8ZdJ8giqvYytIivup2IIFPS+Ie3Yl9A=";
|
||||
hash = "sha256-nuK1Ip/B1yGMtKwtRIiQ4ATJU5JEDfpQyq6+WR46EMw=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
@ -43,12 +43,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
SkyLight
|
||||
];
|
||||
|
||||
# NOTE: Release didn't bump patch version remove with next release
|
||||
postPatch = ''
|
||||
substituteInPlace src/sketchybar.c \
|
||||
--replace "#define PATCH 0" "#define PATCH 1"
|
||||
'';
|
||||
|
||||
makeFlags = [
|
||||
target
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user