about summary refs log tree commit diff
path: root/pkgs/applications/editors/amp
diff options
context:
space:
mode:
authorStewart Mackenzie <sjm@fractalide.com>2020-01-18 19:39:17 +0800
committerStewart Mackenzie <sjm@fractalide.com>2020-01-18 20:54:43 +0800
commit521ac53e8826af5d54b6bbda332ba3d2322b0735 (patch)
tree1254563f7c4e40531cee5adf42a0c0f7fd9d440e /pkgs/applications/editors/amp
parent07b8ab4ff791dc8bcfeea643fd9a1fbedc534bbd (diff)
amp: git rev 2c88e8 (2019-06-09) -> v0.6.1
Diffstat (limited to 'pkgs/applications/editors/amp')
-rw-r--r--pkgs/applications/editors/amp/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/applications/editors/amp/default.nix b/pkgs/applications/editors/amp/default.nix
index 31d0806df8a52..6db7cbed25bd4 100644
--- a/pkgs/applications/editors/amp/default.nix
+++ b/pkgs/applications/editors/amp/default.nix
@@ -3,17 +3,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "amp";
-  # The latest release (0.5.2) does not compile, so we use a git snapshot instead.
-  version = "unstable-2019-06-09";
+  version = "0.6.1";
 
   src = fetchFromGitHub {
     owner = "jmacdonald";
     repo = pname;
-    rev = "2c88e82a88ada8a5fd2620ef225192395a4533a2";
-    sha256 = "0ha1xiabq31s687gkrnszf3zc7b3sfdl79iyg5ygbc49mzvarp8c";
+    rev = version;
+    sha256 = "0jhxyl27nwp7rp0lc3kic69g8x55d0azrwlwwhz3z74icqa8f03j";
   };
 
-  cargoSha256 = "1bvj2zg19ak4vi47vjkqlybz011kn5zq1j7zznr76zrryacw4lz1";
+  cargoSha256 = "0rk5c8knx8swqzmj7wd18hq2h5ndkzvcbq4lzggpavkk01a8hlb1";
 
   nativeBuildInputs = [ cmake pkgconfig ];
   buildInputs = [ openssl python3 xorg.libxcb libgit2 ] ++ stdenv.lib.optionals stdenv.isDarwin