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

Commits on Nov 9, 2018

  1. jfbview: 0.5.5 -> 0.5.6

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/jfbview/versions
    r-ryantm committed Nov 9, 2018
    Copy the full SHA
    972c756 View commit details

Commits on Nov 10, 2018

  1. Merge pull request #50085 from r-ryantm/auto-update/jfbview

    jfbview: 0.5.5 -> 0.5.6
    Mic92 authored Nov 10, 2018
    Copy the full SHA
    c2464df View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/os-specific/linux/jfbview/default.nix
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/jfbview/default.nix
Original file line number Diff line number Diff line change
@@ -15,13 +15,13 @@ in

stdenv.mkDerivation rec {
name = "${package}-${version}";
version = "0.5.5";
version = "0.5.6";

src = fetchFromGitHub {
repo = "JFBView";
owner = "jichu4n";
rev = version;
sha256 = "1w844ha9lp49ik79yfislib34455nl9gcksbx22hiz30gmqwzakz";
sha256 = "09rcmlf04aka0yzr25imadi0fl4nlbsxcahs7fhvzx4nql4halqw";
};

hardeningDisable = [ "format" ];