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

Commits on Jan 22, 2021

  1. Copy the full SHA
    67dadd7 View commit details
  2. Merge pull request #110498 from r-ryantm/auto-update/matrix-corporal

    matrix-corporal: 2.0.1 -> 2.1.0
    ryantm authored Jan 22, 2021
    Copy the full SHA
    ffdc288 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/servers/matrix-corporal/default.nix
6 changes: 3 additions & 3 deletions pkgs/servers/matrix-corporal/default.nix
Original file line number Diff line number Diff line change
@@ -2,20 +2,20 @@

buildGoModule rec {
pname = "matrix-corporal";
version = "2.0.1";
version = "2.1.0";

src = fetchFromGitHub {
owner = "devture";
repo = pname;
rev = version;
sha256 = "1n8yjmy3j0spgwpxgc26adhpl52fm3d2xbmkf5n9dwzw29grv68r";
sha256 = "sha256-u1ppwy+t2ewAH0/+R6e0Ja5A3PQG/lUy2b6kgcMVj8E=";
};

buildFlagsArray = [
"-ldflags=-s -w -X main.GitCommit=${version} -X main.GitBranch=${version} -X main.GitState=nixpkgs -X main.GitSummary=${version} -X main.Version=${version}"
];

vendorSha256 = "1gi6mff6h0fkgfq5yybd1qcy2qwrvc4kzi11x7arfl9nr0d24rb2";
vendorSha256 = "sha256-YmUiGsg2UZfV6SHEPwnbmWPhGQ5teV+we9MBaJyrJr4=";

meta = with lib; {
homepage = "https://github.com/devture/matrix-corporal";