lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #188365 from Anderssorby/acs/update-altair-2.1.0-2.6.2

altair: 4.1.0 -> 4.6.2

authored by

superherointj and committed by
GitHub
41189975 1031adc5

+2 -2
+2 -2
pkgs/development/tools/altair-graphql-client/default.nix
··· 2 2 3 3 let 4 4 pname = "altair"; 5 - version = "4.1.0"; 5 + version = "4.6.2"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/imolorhe/altair/releases/download/v${version}/altair_${version}_x86_64_linux.AppImage"; 9 - sha256 = "sha256-YuG7H+7FXYGbNNhM5vxps72dqltcj3bA325e7ZbW8aI="; 9 + sha256 = "sha256-D2Ivem7xg4KrAHYxs4Cx7Ekgyc5u2KrjX4miYz11wuI="; 10 10 }; 11 11 12 12 appimageContents = appimageTools.extract { inherit pname version src; };