geekbench: 4.4.0 -> 4.4.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/geekbench/versions
This commit is contained in:
R. RyanTM 2019-08-19 03:17:10 -07:00
parent ffbb4d26f9
commit c008a0586a

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "geekbench-${version}";
version = "4.4.0";
version = "4.4.1";
src = fetchurl {
url = "https://cdn.geekbench.com/Geekbench-${version}-Linux.tar.gz";
sha256 = "1awdr54vw29ah7aah2bxpy4qkqasxj67sqk6gir8ybnxb5hxm3ri";
sha256 = "0s3v8frflqqifyzq84xi6322wg8c9f5wcaic9zlpdf6wylqsiali";
};
dontConfigure = true;