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

Commits on Mar 25, 2018

  1. accounts-qt: 1.13 -> 1.15

    - Built on NixOS
    - ran `/nix/store/790jpjbv7n4ccfwbnp2hpxi6xnh0rp4m-accounts-qt-1.15/bin/accountstest --help` got 0 exit code
    - ran `/nix/store/790jpjbv7n4ccfwbnp2hpxi6xnh0rp4m-accounts-qt-1.15/bin/accountstest --help` and found version 1.15
    - found 1.15 with grep in /nix/store/790jpjbv7n4ccfwbnp2hpxi6xnh0rp4m-accounts-qt-1.15
    - directory tree listing: https://gist.github.com/5d6d729f133d93d11e63e456638fd32e
    ryantm authored and matthewbauer committed Mar 25, 2018
    Copy the full SHA
    6f463fa View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/libraries/accounts-qt/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/libraries/accounts-qt/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "accounts-qt-${version}";
version = "1.13";
version = "1.15";

src = fetchFromGitLab {
sha256 = "1gpkgw05dwsf2wk5cy3skgss3kw6mqh7iv3fadrxqxfc1za1xmyl";
rev = version;
sha256 = "0cnra7g2mcgzh8ykrj1dpb4khkx676pzdr4ia1bvsp0cli48691w";
rev = "VERSION_${version}";
repo = "libaccounts-qt";
owner = "accounts-sso";
};