Skip to content

Commit 517ecd6

Browse files
committed
savvycan: 213 -> 220
1 parent d53a0ca commit 517ecd6

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/networking/sniffers/savvycan

1 file changed

+2
-2
lines changed

pkgs/applications/networking/sniffers/savvycan/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
stdenv.mkDerivation rec {
1515

1616
pname = "savvycan";
17-
version = "213";
17+
version = "220";
1818

1919
src = fetchFromGitHub {
2020
owner = "collin80";
2121
repo = "SavvyCAN";
2222
rev = "V${version}";
23-
hash = "sha256-duITY6s/uadeBCFuG42JbLCaq7yaYv1qB8Q3GA8UJ0A=";
23+
hash = "sha256-Du6Pc0JePdJNwBaWKKjTMWOmKCnk6Azojh8IJ7I+ngY=";
2424
};
2525

2626
buildInputs = [

0 commit comments

Comments
 (0)