Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c83e13315caa
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: daa3c93d1d91
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 27, 2020

  1. ripcord: 0.4.25 -> 0.4.26

    ratsclub committed Jul 27, 2020
    Copy the full SHA
    313de0c View commit details
  2. Merge pull request #94016 from ratsclub/master

    ripcord: 0.4.25 -> 0.4.26
    infinisil authored Jul 27, 2020
    Copy the full SHA
    daa3c93 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/instant-messengers/ripcord/default.nix
Original file line number Diff line number Diff line change
@@ -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 {