Skip to content

Commit

Permalink
Merge pull request #67745 from averelld/robo3t-upgrade
Browse files Browse the repository at this point in the history
robo3t: 1.1.1 -> 1.3.1
  • Loading branch information
mmahut committed Aug 30, 2019
2 parents dfe7f34 + c56e7a2 commit f1f50c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/applications/misc/robo3t/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@

stdenv.mkDerivation rec {
name = "robo3t-${version}";
version = "1.1.1";
version = "1.3.1";
rev = "7419c406";

src = fetchurl {
url = "https://download.robomongo.org/1.1.1/linux/robo3t-${version}-linux-x86_64-c93c6b0.tar.gz";
sha256 = "140cn80vg7c8vpdjasqi4b3kyqj4n033lcm3ikz5674x3jr7r5zs";
url = "https://download-test.robomongo.org/linux/robo3t-${version}-linux-x86_64-${rev}.tar.gz";
sha256 = "1mp5i8iahd4qkwgi5ix98hlg17ivw5da27n0drnr0wk458wn99hi";
};

icon = fetchurl {
Expand Down

0 comments on commit f1f50c1

Please sign in to comment.