bitcomet: 2.12.0 -> 2.12.1 (#374216)
Co-authored-by: aucub <aucub@users.noreply.github.com>
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
}:
|
||||
let
|
||||
pname = "bitcomet";
|
||||
version = "2.12.0";
|
||||
version = "2.12.1";
|
||||
src = fetchurl {
|
||||
url = "https://download.bitcomet.com/linux/x86_64/BitComet-${version}-x86_64.AppImage";
|
||||
hash = "sha256-TbEdormqEZJymOQF8ftpZ6JBU1AeCdkQ/FAzRYrgaJ4=";
|
||||
hash = "sha256-iaUPf9gSTd2m641Ja9/5v4wkO3H4+R08YXohLCeFuTQ=";
|
||||
};
|
||||
appimageContents = appimageTools.extractType2 { inherit pname version src; };
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user