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

Commits on Jan 19, 2021

  1. kapowbang: 0.5.4 -> 0.6.0

    r-ryantm committed Jan 19, 2021
    Copy the full SHA
    bf9e918 View commit details
  2. Merge pull request #109881 from r-ryantm/auto-update/kapowbang

    kapowbang: 0.5.4 -> 0.6.0
    ryantm authored Jan 19, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a141de9 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/servers/kapowbang/default.nix
6 changes: 3 additions & 3 deletions pkgs/servers/kapowbang/default.nix
Original file line number Diff line number Diff line change
@@ -2,18 +2,18 @@

buildGoModule rec {
pname = "kapowbang";
version = "0.5.4";
version = "0.6.0";

subPackages = [ "." ];

src = fetchFromGitHub {
owner = "BBVA";
repo = "kapow";
rev = "v${version}";
sha256 = "09qr631vzlgibz6q64f35lqzz9h1g3gxqfbapkrci5i0n3h04yr4";
sha256 = "sha256-+GZarnG+SlxynoXYTvI1f9eki3DobiDt7vUdWlC0ECk=";
};

vendorSha256 = "159s46rhg67mgglaxgddx3k8kssl0cqiq8yjdqgjhhxppf16r7dy";
vendorSha256 = "sha256-vXu64o/MTmw9oZL4MIHB+PEfYLcKVh5A5iGZ1RW1Xd4=";

doCheck = false;