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: 5bea2997fe9b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3c0f64b4b58c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 11, 2019

  1. station: 1.51.1 -> 1.52.2

    Koki Yasuno committed Oct 11, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    renovate-bot Mend Renovate
    Copy the full SHA
    134f666 View commit details

Commits on Oct 12, 2019

  1. Merge pull request #70975 from lattfein/station-1.52.2

    station: 1.51.1 -> 1.52.2
    c0bw3b authored Oct 12, 2019
    Copy the full SHA
    3c0f64b View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/networking/station/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/networking/station/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

let
pname = "station";
version = "1.51.1";
version = "1.52.2";
in appimageTools.wrapType2 rec {
name = "${pname}-${version}";

src = fetchurl {
url = "https://github.com/getstation/desktop-app-releases/releases/download/${version}/Station-${version}.AppImage";
sha256 = "1vfis2q7zf1sabdlxzmbxh135jk25ylhavrgfc30k5nad9cacw8k";
url = "https://github.com/getstation/desktop-app-releases/releases/download/${version}/Station-${version}-x86_64.AppImage";
sha256 = "0lhiwvnf94is9klvzrqv2wri53gj8nms9lg2678bs4y58pvjxwid";
};

profile = ''