Skip to content

Commit 97caf78

Browse files
committed
airtame: 4.12.0 -> 4.13.1
1 parent b26b153 commit 97caf78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ai/airtame/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ let
6666
in
6767
stdenv.mkDerivation (finalAttrs: {
6868
pname = "airtame-application";
69-
version = "4.12.0";
69+
version = "4.13.1";
7070

7171
src = fetchurl {
7272
url = "https://downloads.airtame.com/app/latest/linux/Airtame-${finalAttrs.version}.deb";
73-
hash = "sha256-HTqJ637iPtiReFLoGdgKkpxW0UGRPvLjgMMcVV+cRfY=";
73+
hash = "sha256-3VvEsohH2siC2SxdrWSg0sjlbrBC2VR3NY5m6Q2YKHU=";
7474
};
7575

7676
nativeBuildInputs = [

0 commit comments

Comments
 (0)