Skip to content

Commit

Permalink
Merge pull request #94016 from ratsclub/master
Browse files Browse the repository at this point in the history
ripcord: 0.4.25 -> 0.4.26
  • Loading branch information
infinisil committed Jul 27, 2020
2 parents c83e133 + 313de0c commit daa3c93
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

mkDerivation rec {
pname = "ripcord";
version = "0.4.25";
version = "0.4.26";

src = let
appimage = fetchurl {
url = "https://cancel.fm/dl/Ripcord-${version}-x86_64.AppImage";
sha256 = "17s4fxqirmzdw0sn9s9zyk90gr00ivsmz4s6i6knsq354zhy5fda";
sha256 = "0i9l21gyqga27ainzqp6icn8vbc22v1knq01pglgg1lg3p504ikq";
name = "${pname}-${version}.AppImage";
};
in appimageTools.extract {
Expand Down

0 comments on commit daa3c93

Please sign in to comment.