Merge pull request #189114 from bbigras/anytype

anytype: 0.27.0 -> 0.28.0

authored by

superherointj and committed by
GitHub
30484e44 46fb7202

+2 -2
+2 -2
pkgs/applications/misc/anytype/default.nix
··· 2 3 let 4 pname = "anytype"; 5 - version = "0.27.0"; 6 name = "Anytype-${version}"; 7 nameExecutable = pname; 8 src = fetchurl { 9 url = "https://at9412003.fra1.digitaloceanspaces.com/Anytype-${version}.AppImage"; 10 name = "Anytype-${version}.AppImage"; 11 - sha256 = "sha256-AcnXhilnr5ay45S30eNSDuN+Ed1TDv/Rh523LsUf3iM="; 12 }; 13 appimageContents = appimageTools.extractType2 { inherit name src; }; 14 in
··· 2 3 let 4 pname = "anytype"; 5 + version = "0.28.0"; 6 name = "Anytype-${version}"; 7 nameExecutable = pname; 8 src = fetchurl { 9 url = "https://at9412003.fra1.digitaloceanspaces.com/Anytype-${version}.AppImage"; 10 name = "Anytype-${version}.AppImage"; 11 + sha256 = "sha256-tYeVz10saTJBf6DDGIVSd4IkSREDJFi/am/kg/An02E="; 12 }; 13 appimageContents = appimageTools.extractType2 { inherit name src; }; 14 in