Skip to content

Commit bd51493

Browse files
committed
altair: 7.3.6 -> 8.0.0
1 parent 75d8eea commit bd51493

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/tools/altair-graphql-client

1 file changed

+2
-2
lines changed

pkgs/development/tools/altair-graphql-client/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
let
44
pname = "altair";
5-
version = "7.3.6";
5+
version = "8.0.0";
66

77
src = fetchurl {
88
url = "https://github.com/imolorhe/altair/releases/download/v${version}/altair_${version}_x86_64_linux.AppImage";
9-
sha256 = "sha256-jXFEpcmv8bkm7Yyo2GUwoakMlAwArCoZ1jIDeyF87Ms=";
9+
sha256 = "sha256-q3AkqhE0hD6+cCv5UeZ4uyUi6Adrmxv4jMGYN7Keias=";
1010
};
1111

1212
appimageContents = appimageTools.extract { inherit pname version src; };

0 commit comments

Comments
 (0)