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

Commits on Oct 21, 2019

  1. srht: 0.54.2 -> 0.54.3

    eadwu committed Oct 21, 2019
    Copy the full SHA
    7ebc8de View commit details
  2. buildsrht: 0.47.8 -> 0.47.9

    eadwu committed Oct 21, 2019
    Copy the full SHA
    690ffc9 View commit details
  3. gitsrht: 0.33.1 -> 0.34.2

    eadwu committed Oct 21, 2019
    Copy the full SHA
    d1f0cbd View commit details
  4. hgsrht: 0.15.2 -> 0.16.0

    eadwu committed Oct 21, 2019
    Copy the full SHA
    815a204 View commit details
  5. listssrht: 0.38.1 -> 0.38.3

    eadwu committed Oct 21, 2019
    Copy the full SHA
    ea1d0ce View commit details
  6. metasrht: 0.35.2 -> 0.35.3

    eadwu committed Oct 21, 2019
    Copy the full SHA
    cc64ae1 View commit details
  7. pastesrht: 0.5.2 -> 0.7.1

    eadwu committed Oct 21, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e481e10 View commit details
  8. scmsrht: 0.14.2 -> 0.15.3

    eadwu committed Oct 21, 2019
    Copy the full SHA
    ec6740a View commit details

Commits on Oct 23, 2019

  1. Merge pull request #71483 from eadwu/sourcehut/update-2

    sourcehut: update 2
    veprbl authored Oct 23, 2019
    Copy the full SHA
    e98a2d7 View commit details
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/sourcehut/builds.nix
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
, srht, redis, celery, pyyaml, markdown }:

let
version = "0.47.8";
version = "0.47.9";

buildWorker = src: buildGoModule {
inherit src version;
@@ -20,7 +20,7 @@ in buildPythonPackage rec {
src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/builds.sr.ht";
rev = version;
sha256 = "0agnxf118nlfykxbja8mnk4cal56rb2z8mhvyphnxm0ac28iq6jx";
sha256 = "1zgaba58svhksxb1pzz8bym9p0pm7fnxsj5k6jz86095xmfijp34";
};

patches = [
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/sourcehut/core.nix
Original file line number Diff line number Diff line change
@@ -6,12 +6,12 @@

buildPythonPackage rec {
pname = "srht";
version = "0.54.2";
version = "0.54.3";

src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/core.sr.ht";
rev = version;
sha256 = "1m9nblm0ygjjdzcf79jk5v8p74dgyby15mqkggw9i3smz9r3afim";
sha256 = "1f4srhp5g6652anifs1vyijzi2v23l2rnfpf3x96j9r8rdap42rq";
};

node_modules = fetchNodeModules {
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/sourcehut/git.nix
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
, srht, pygit2, scmsrht }:

let
version = "0.33.1";
version = "0.34.2";

buildDispatcher = src: buildGoModule {
inherit src version;
@@ -20,7 +20,7 @@ in buildPythonPackage rec {
src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/git.sr.ht";
rev = version;
sha256 = "0vwjkpvgscr01xhbzmhizqmg1wjhnj7jw9qcsv0s190fqach7ml8";
sha256 = "1z10r2d9x71n1n36g55j4cswh0dqnzmgj2qiy1h92wwgq8azpiyy";
};

patches = [
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/sourcehut/hg.nix
Original file line number Diff line number Diff line change
@@ -4,12 +4,12 @@

buildPythonPackage rec {
pname = "hgsrht";
version = "0.15.2";
version = "0.16.0";

src = fetchhg {
url = "https://hg.sr.ht/~sircmpwn/hg.sr.ht";
rev = version;
sha256 = "097ikrr8bks4lag1lbaznj0zr1c56lmm5lgm5rfjq0k20l7n2bk0";
sha256 = "0ncrj1cbls9ix2ig3qqwbzs6q6cmpqy3zs21p9fw3idfw703j3g0";
};

patches = [
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/sourcehut/lists.nix
Original file line number Diff line number Diff line change
@@ -4,12 +4,12 @@

buildPythonPackage rec {
pname = "listssrht";
version = "0.38.1";
version = "0.38.3";

src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/lists.sr.ht";
rev = version;
sha256 = "02nfl9xnqx0p98kmcy8bzdwzlnl57k5a04i6gnvimc84c11a9chz";
sha256 = "020s6kglm7620pjn2j7fxvaqd5lpz7y7x0wf014jsrm71l6w0rla";
};

patches = [
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/sourcehut/meta.nix
Original file line number Diff line number Diff line change
@@ -5,12 +5,12 @@

buildPythonPackage rec {
pname = "metasrht";
version = "0.35.2";
version = "0.35.3";

src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/meta.sr.ht";
rev = version;
sha256 = "10x00lydnrcgk7s27fddbrdb8bwc5ivwlpswkcrsi302qcjdff9w";
sha256 = "1kcmlmdk9v59fr3r0g2q2gfkb735xza0wni9s942wh418dr66x2f";
};

nativeBuildInputs = srht.nativeBuildInputs;
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/sourcehut/paste.nix
Original file line number Diff line number Diff line change
@@ -4,12 +4,12 @@

buildPythonPackage rec {
pname = "pastesrht";
version = "0.5.2";
version = "0.7.1";

src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/paste.sr.ht";
rev = version;
sha256 = "16d0qviw3qifyqn94fj03mwxd65abf8bhrvn1fn6ramaq8zpx794";
sha256 = "19y9ghhi4llyg7kd3a888gbjc698vdamin4hb8dk1j6pd2f0qmjp";
};

patches = [
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/sourcehut/scm.nix
Original file line number Diff line number Diff line change
@@ -4,12 +4,12 @@

buildPythonPackage rec {
pname = "scmsrht";
version = "0.14.2";
version = "0.15.3";

src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/scm.sr.ht";
rev = version;
sha256 = "1xi4l1ycdglfm22ybawh5nbwgday0nfb1vqsjqvp2y7ysizwdxc1";
sha256 = "1rzm3r280211w51sjngm5a3pdlzg07c64324k99bqs1fkc2yrfy6";
};

nativeBuildInputs = srht.nativeBuildInputs;