about summary refs log tree commit diff
path: root/pkgs/applications/misc/cheat/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-07 18:50:37 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-07 18:50:37 -0700
commitd824354badd02626b7234569209ad34da465e4d9 (patch)
tree81f1fc1606c24102a3df899ee050e8d53c40fe81 /pkgs/applications/misc/cheat/default.nix
parentc45eadf31ddf61328a33dc9215c4b1f1f4f2c0d2 (diff)
downloadnixlib-d824354badd02626b7234569209ad34da465e4d9.tar
nixlib-d824354badd02626b7234569209ad34da465e4d9.tar.gz
nixlib-d824354badd02626b7234569209ad34da465e4d9.tar.bz2
nixlib-d824354badd02626b7234569209ad34da465e4d9.tar.lz
nixlib-d824354badd02626b7234569209ad34da465e4d9.tar.xz
nixlib-d824354badd02626b7234569209ad34da465e4d9.tar.zst
nixlib-d824354badd02626b7234569209ad34da465e4d9.zip
cheat: 2.2.2 -> 2.2.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/m8yp4ml3jvxhbci1fjg34b27pvpzq9pr-cheat-2.2.3/bin/.cheat-wrapped -h’ got 0 exit code
- ran ‘/nix/store/m8yp4ml3jvxhbci1fjg34b27pvpzq9pr-cheat-2.2.3/bin/.cheat-wrapped --help’ got 0 exit code
- ran ‘/nix/store/m8yp4ml3jvxhbci1fjg34b27pvpzq9pr-cheat-2.2.3/bin/.cheat-wrapped -v’ and found version 2.2.3
- ran ‘/nix/store/m8yp4ml3jvxhbci1fjg34b27pvpzq9pr-cheat-2.2.3/bin/.cheat-wrapped --version’ and found version 2.2.3
- ran ‘/nix/store/m8yp4ml3jvxhbci1fjg34b27pvpzq9pr-cheat-2.2.3/bin/cheat -h’ got 0 exit code
- ran ‘/nix/store/m8yp4ml3jvxhbci1fjg34b27pvpzq9pr-cheat-2.2.3/bin/cheat --help’ got 0 exit code
- ran ‘/nix/store/m8yp4ml3jvxhbci1fjg34b27pvpzq9pr-cheat-2.2.3/bin/cheat -v’ and found version 2.2.3
- ran ‘/nix/store/m8yp4ml3jvxhbci1fjg34b27pvpzq9pr-cheat-2.2.3/bin/cheat --version’ and found version 2.2.3
- found 2.2.3 with grep in /nix/store/m8yp4ml3jvxhbci1fjg34b27pvpzq9pr-cheat-2.2.3
- directory tree listing: https://gist.github.com/661cfb129e250e70cce3e717f95e1ca9
Diffstat (limited to 'pkgs/applications/misc/cheat/default.nix')
-rw-r--r--pkgs/applications/misc/cheat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/cheat/default.nix b/pkgs/applications/misc/cheat/default.nix
index 4ef1adb8e6cc..ad3f65346593 100644
--- a/pkgs/applications/misc/cheat/default.nix
+++ b/pkgs/applications/misc/cheat/default.nix
@@ -4,7 +4,7 @@ with python3Packages;
 buildPythonApplication rec {
   name = "${pname}-${version}";
   pname = "cheat";
-  version = "2.2.2";
+  version = "2.2.3";
 
   propagatedBuildInputs = [ docopt pygments ];
 
@@ -12,7 +12,7 @@ buildPythonApplication rec {
     owner = "chrisallenlane";
     repo = "cheat";
     rev = version;
-    sha256 = "1da4m4n6nivjakpll6jj0aszrv24g2zax74034lzpv3pbh84fvas";
+    sha256 = "1p9a54fax3b1ilqcwdlccy08ww3igwsyzcyikqivaxj5p6mqq6wl";
   };
   # no tests available
   doCheck = false;