File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/applications/networking/instant-messengers/ferdium Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 . "${ stdenv . hostPlatform . system } " or ( throw "Unsupported system: ${ stdenv . hostPlatform . system } " ) ;
1616 hash =
1717 {
18- amd64-linux_hash = "sha256-e5O8cvQqvymHQiu7kY1AhKfoVOsDLYK8hDX+PKgZPFs =" ;
19- arm64-linux_hash = "sha256-UskXFGxAFOrAK8bIXRHSwN0G1lakGyuRGXTYYRFKHaw =" ;
18+ amd64-linux_hash = "sha256-84W40++U+5/kTI84vGEqAVb93TCgFPduBkhMQG0yDRo =" ;
19+ arm64-linux_hash = "sha256-lOQW559aXXBIDuindVj8YBB8pzNAJPoTSJ70y1YnZQ4 =" ;
2020 }
2121 . "${ arch } -linux_hash" ;
2222in
2323mkFranzDerivation rec {
2424 pname = "ferdium" ;
2525 name = "Ferdium" ;
26- version = "7.0.1 " ;
26+ version = "7.1.0 " ;
2727 src = fetchurl {
2828 url = "https://github.com/ferdium/ferdium-app/releases/download/v${ version } /Ferdium-linux-${ version } -${ arch } .deb" ;
2929 inherit hash ;
You can’t perform that action at this time.
0 commit comments