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: df7ed4382cc1
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a0790fb34550
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 11, 2020

  1. sidequest: 0.7.6 -> 0.8.4

    andrew-d authored and Jon committed Jan 11, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    janb87 Jan Bevers
    Copy the full SHA
    a0790fb View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/sidequest/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/sidequest/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, lib, fetchurl, buildFHSUserEnv, makeDesktopItem, makeWrapper, atomEnv, libuuid, at-spi2-atk, icu, openssl, zlib }:
let
pname = "sidequest";
version = "0.7.6";
version = "0.8.4";

desktopItem = makeDesktopItem rec {
name = "SideQuest";
@@ -16,7 +16,7 @@

src = fetchurl {
url = "https://github.com/the-expanse/SideQuest/releases/download/v${version}/SideQuest-${version}.tar.xz";
sha256 = "1yyba5495ydyyfl62pjd4hbga86k7f2a72ds2j2qzkinngyl14j8";
sha256 = "1fiqjzvl7isjn7w6vbbs439pp3bdhw6mnbf8483kvfb0fqhh3vs2";
};

buildInputs = [ makeWrapper ];