Skip to content

Commit d7a16e0

Browse files
authored
Merge pull request #335444 from DimitarNestorov/update-bartender
bartender: 5.0.52 -> 5.1.0
2 parents f75dcd5 + 6fd0909 commit d7a16e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/os-specific/darwin/bartender/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
stdenvNoCC.mkDerivation (finalAttrs: {
88
pname = "bartender";
9-
version = "5.0.52";
9+
version = "5.1.0";
1010

1111
src = fetchurl {
1212
name = "Bartender ${lib.versions.major finalAttrs.version}.dmg";
1313
url = "https://www.macbartender.com/B2/updates/${builtins.replaceStrings [ "." ] [ "-" ] finalAttrs.version}/Bartender%20${lib.versions.major finalAttrs.version}.dmg";
14-
hash = "sha256-gKsDD/4z397ZpT+8xu7BI1c9r+nledzrPfD/ACexFvQ=";
14+
hash = "sha256-rYHr0/ooBesi6AuCL4rw1neBkg1OSecubxhid6UyEr4=";
1515
};
1616

1717
dontPatch = true;

0 commit comments

Comments
 (0)