Skip to content

Commit

Permalink
Merge pull request #89260 from schmittlauch/cawbird1.1.0-backport
Browse files Browse the repository at this point in the history
[backport] cawbird: 1.0.5 -> 1.1.0
  • Loading branch information
Lassulus authored Jun 6, 2020
2 parents c136fd3 + 44c1be5 commit 1aa5271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cawbird/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
}:

stdenv.mkDerivation rec {
version = "1.0.5";
version = "1.1.0";
pname = "cawbird";

src = fetchFromGitHub {
owner = "IBBoard";
repo = "cawbird";
rev = "v${version}";
sha256 = "sha256:0prrrkgmnm78sq2c6yvy86qb3lcl51d250q7gvmqili2ffnjmamf";
sha256 = "sha256:0zghryx5y47ff8kxa65lvgmy1cnhvhazxml7r1lxixxj3d88wh7p";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 1aa5271

Please sign in to comment.