We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 510321a + 7982ce7 commit b857e36Copy full SHA for b857e36
1 file changed
pkgs/by-name/bb/bbedit/package.nix
@@ -7,11 +7,11 @@
7
8
stdenvNoCC.mkDerivation (finalAttrs: {
9
pname = "bbedit";
10
- version = "15.5.4";
+ version = "15.5.5";
11
12
src = fetchurl {
13
url = "https://s3.amazonaws.com/BBSW-download/BBEdit_${finalAttrs.version}.dmg";
14
- hash = "sha256-GMPgnT14L7bTQ8XlUlV8syrspW1mzUs8yyqr148NLq8=";
+ hash = "sha256-DsrGj2id9XUf3n55s0OHoJnX4AQY5AqiP9skaXysghk=";
15
};
16
17
sourceRoot = ".";
0 commit comments