Skip to content

Commit

Permalink
bartender: 5.2.3 -> 5.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DontEatOreo committed Dec 9, 2024
1 parent 1157d66 commit 283f492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ba/bartender/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

stdenvNoCC.mkDerivation (finalAttrs: {
pname = "bartender";
version = "5.2.3";
version = "5.2.7";

src = fetchurl {
name = "Bartender ${lib.versions.major finalAttrs.version}.dmg";
url = "https://www.macbartender.com/B2/updates/${
builtins.replaceStrings [ "." ] [ "-" ] finalAttrs.version
}/Bartender%20${lib.versions.major finalAttrs.version}.dmg";
hash = "sha256-G1XL6o5Rk/U5SsT/Q5vWaVSg0qerfzVizjFmudWAI3E=";
hash = "sha256-TY6ioG80W8q6LC0FCMRQMJh4DiEKiM6htVf+irvmpnI=";
};

dontPatch = true;
Expand Down

0 comments on commit 283f492

Please sign in to comment.