about summary refs log tree commit diff
path: root/pkgs/tools/misc/cutecom/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 14:41:07 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 14:41:07 -0700
commit911948612cbb2aa8d9ba6fd8acb04776c6aeb131 (patch)
treee14ed04e4d73124a33e6fc9c3e6389776c985703 /pkgs/tools/misc/cutecom/default.nix
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixlib-911948612cbb2aa8d9ba6fd8acb04776c6aeb131.tar
nixlib-911948612cbb2aa8d9ba6fd8acb04776c6aeb131.tar.gz
nixlib-911948612cbb2aa8d9ba6fd8acb04776c6aeb131.tar.bz2
nixlib-911948612cbb2aa8d9ba6fd8acb04776c6aeb131.tar.lz
nixlib-911948612cbb2aa8d9ba6fd8acb04776c6aeb131.tar.xz
nixlib-911948612cbb2aa8d9ba6fd8acb04776c6aeb131.tar.zst
nixlib-911948612cbb2aa8d9ba6fd8acb04776c6aeb131.zip
cutecom: 0.40.0 -> 0.45.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/cutecom/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/m2h4yn3nfhq124h1w0x1x02n077rn9v1-cutecom-0.45.0/bin/cutecom had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.45.0 with grep in /nix/store/m2h4yn3nfhq124h1w0x1x02n077rn9v1-cutecom-0.45.0
- directory tree listing: https://gist.github.com/80c65075700b5b1fd11b437dcc0e864c
- du listing: https://gist.github.com/bf6f87cab3a3306b11350bd6f5ab295e
Diffstat (limited to 'pkgs/tools/misc/cutecom/default.nix')
-rw-r--r--pkgs/tools/misc/cutecom/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/cutecom/default.nix b/pkgs/tools/misc/cutecom/default.nix
index b20e493a5855..3d6d2328da1e 100644
--- a/pkgs/tools/misc/cutecom/default.nix
+++ b/pkgs/tools/misc/cutecom/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   name = "cutecom-${version}";
-  version = "0.40.0";
+  version = "0.45.0";
   src = fetchFromGitHub {
     owner = "neundorf";
     repo = "CuteCom";
     rev = "v${version}";
-    sha256 = "1bn6vndqlvn73riq6p0nanmcl35ja9gsil5hvfpf509r7i8gx4ds";
+    sha256 = "07h1r7bcz86fvcvxq6g5zyh7fsginx27jbp81a7hjhhhn6v0dsmh";
   };
 
   preConfigure = ''