about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-20 18:44:05 +0100
committerGitHub <noreply@github.com>2022-03-20 18:44:05 +0100
commitc17aa1e854ace9606516ab5674b0254c92ad5087 (patch)
tree1e38958f130c1f9c5dde2c49a2f27b2491110f31 /pkgs/applications/networking
parent5e17c6ca7ecc6f28bcda89aef266c700e5af2fda (diff)
parent9b2abc03b2376162f260426554f8996406d8297c (diff)
Merge pull request #164949 from r-ryantm/auto-update/cawbird
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cawbird/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cawbird/default.nix b/pkgs/applications/networking/cawbird/default.nix
index 74074d23242a6..dad293e51a2d3 100644
--- a/pkgs/applications/networking/cawbird/default.nix
+++ b/pkgs/applications/networking/cawbird/default.nix
@@ -23,14 +23,14 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "1.4.2";
+  version = "1.5";
   pname = "cawbird";
 
   src = fetchFromGitHub {
     owner = "IBBoard";
     repo = "cawbird";
     rev = "v${version}";
-    sha256 = "17575cp5qcgsqf37y3xqg3vr6l2j8bbbkmy2c1l185rxghfacida";
+    sha256 = "sha256-XFN9gfCoQDmYYysg1yrUoPPE0Ow40LttvV5Ltu0DTfI=";
   };
 
   nativeBuildInputs = [