Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0eb0ddc4dbe3
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d7a68e9bce3c
Choose a head ref
  • 4 commits
  • 2 files changed
  • 4 contributors

Commits on Mar 7, 2020

  1. maintainers: add joshuafern

    Feel free to check out my new NUR repo: https://github.com/JoshuaFern/nur-package-lab
    JoshuaFern authored Mar 7, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    siriobalmelli Sirio Balmelli
    Copy the full SHA
    ad2a10d View commit details

Commits on Mar 8, 2020

  1. Copy the full SHA
    e6f5bb8 View commit details
  2. Copy the full SHA
    1349bcf View commit details
  3. Merge pull request #82028 from r-ryantm/auto-update/qalculate-gtk

    qalculate-gtk: 3.7.0 -> 3.8.0
    gebner authored Mar 8, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    d7a68e9 View commit details
Showing with 9 additions and 3 deletions.
  1. +6 −0 maintainers/maintainer-list.nix
  2. +3 −3 pkgs/applications/science/math/qalculate-gtk/default.nix
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
@@ -3596,6 +3596,12 @@
github = "jorsn";
githubId = 4646725;
};
joshuafern = {
name = "Joshua Fern";
email = "joshuafern@protonmail.com";
github = "JoshuaFern";
githubId = 4300747;
};
jpas = {
name = "Jarrod Pas";
email = "jarrod@jarrodpas.com";
6 changes: 3 additions & 3 deletions pkgs/applications/science/math/qalculate-gtk/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "qalculate-gtk";
version = "3.7.0";
version = "3.8.0";

src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-gtk";
rev = "v${version}";
sha256 = "1zzvxkpman75lxhhvyggwzvrlc6v0rd5ak76rmcny51i4xirmrc0";
sha256 = "0nsg6dzg5r7rzqr671nvrf1c50rjwpz7bxv5f20i4s7agizgv840";
};

patchPhase = ''
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "The ultimate desktop calculator";
homepage = http://qalculate.github.io;
homepage = "http://qalculate.github.io";
maintainers = with maintainers; [ gebner ];
platforms = platforms.all;
};