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 b26b153 commit 97caf78Copy full SHA for 97caf78
pkgs/by-name/ai/airtame/package.nix
@@ -66,11 +66,11 @@ let
66
in
67
stdenv.mkDerivation (finalAttrs: {
68
pname = "airtame-application";
69
- version = "4.12.0";
+ version = "4.13.1";
70
71
src = fetchurl {
72
url = "https://downloads.airtame.com/app/latest/linux/Airtame-${finalAttrs.version}.deb";
73
- hash = "sha256-HTqJ637iPtiReFLoGdgKkpxW0UGRPvLjgMMcVV+cRfY=";
+ hash = "sha256-3VvEsohH2siC2SxdrWSg0sjlbrBC2VR3NY5m6Q2YKHU=";
74
};
75
76
nativeBuildInputs = [
0 commit comments