Skip to content

Commit

Permalink
bitcomet: 2.11.0 -> 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 17, 2024
1 parent a31f38a commit fc7be67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/bi/bitcomet/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
}:
let
pname = "bitcomet";
version = "2.11.0";
version = "2.12.0";
src = fetchurl {
url = "https://download.bitcomet.com/linux/x86_64/BitComet-${version}-x86_64.AppImage";
hash = "sha256-YBM4xeeqvzvGoGHqOPForqDYt9U9ooG31jG2ickeq4o=";
hash = "sha256-TbEdormqEZJymOQF8ftpZ6JBU1AeCdkQ/FAzRYrgaJ4=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in
Expand Down

0 comments on commit fc7be67

Please sign in to comment.