this repo has no description
1
fork

Configure Feed

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

supersonic: update

Aria 35d58210 b8082668

+8
+8
nix/pkgs/default.nix
··· 19 19 _: p: 20 20 p 21 21 // rec { 22 + version = "0.21.1"; 23 + src = final.fetchFromGitHub { 24 + owner = "dweymouth"; 25 + repo = "supersonic"; 26 + tag = "v${version}"; 27 + hash = "sha256-jKmkj7Y3D2Af7XNOkLY3sknOelvId649NZXpu/fU7ko="; 28 + }; 29 + vendorHash = "sha256-Qg5OWg+iFcGuD8E3/7YwmmciiRGdUFNSHLrEAaqRmnQ="; 22 30 patches = [ ./supersonic-nokeyring.patch ]; 23 31 } 24 32 );