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.
1 parent 07679c4 commit fef3495Copy full SHA for fef3495
pkgs/by-name/ma/mactracker/package.nix
@@ -13,11 +13,11 @@
13
14
stdenvNoCC.mkDerivation (finalAttrs: {
15
pname = "mactracker";
16
- version = "7.13";
+ version = "7.13.2";
17
18
src = fetchurl {
19
url = "https://mactracker.ca/downloads/Mactracker_${finalAttrs.version}.zip";
20
- hash = "sha256-GbaGhYF9Pf3EpzoLQd9fkWYxHFwCkYdlRyy33lieUxM=";
+ hash = "sha256-Ns2es6uMqfHKmeVV6ehGXV0pNtv2T3eNYLnRvsjOhpE=";
21
};
22
23
dontPatch = true;
0 commit comments