about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-03-08 20:38:25 -0500
committerGitHub <noreply@github.com>2020-03-08 20:38:25 -0500
commit255651dc8963b29141f5175dbf61fb83cdd587d8 (patch)
tree958a54917f86bdbf8f68281dfc20e1a56e3d8372 /pkgs/applications/editors
parent306d5074a563bd97e3b4c1e333992dc4f24ed017 (diff)
parent099b52dabf39101cac50d709819761a5e74f50c9 (diff)
downloadnixlib-255651dc8963b29141f5175dbf61fb83cdd587d8.tar
nixlib-255651dc8963b29141f5175dbf61fb83cdd587d8.tar.gz
nixlib-255651dc8963b29141f5175dbf61fb83cdd587d8.tar.bz2
nixlib-255651dc8963b29141f5175dbf61fb83cdd587d8.tar.lz
nixlib-255651dc8963b29141f5175dbf61fb83cdd587d8.tar.xz
nixlib-255651dc8963b29141f5175dbf61fb83cdd587d8.tar.zst
nixlib-255651dc8963b29141f5175dbf61fb83cdd587d8.zip
Merge pull request #82021 from bhipple/u/amp
amp: 0.6.1 -> 0.6.2
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/amp/default.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/pkgs/applications/editors/amp/default.nix b/pkgs/applications/editors/amp/default.nix
index e4248e32447c..625a5d3c0abe 100644
--- a/pkgs/applications/editors/amp/default.nix
+++ b/pkgs/applications/editors/amp/default.nix
@@ -3,19 +3,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "amp";
-  version = "0.6.1";
+  version = "0.6.2";
 
   src = fetchFromGitHub {
     owner = "jmacdonald";
     repo = pname;
     rev = version;
-    sha256 = "0jhxyl27nwp7rp0lc3kic69g8x55d0azrwlwwhz3z74icqa8f03j";
+    sha256 = "0l1vpcfq6jrq2dkrmsa4ghwdpp7c54f46gz3n7nk0i41b12hnigw";
   };
 
-  # Delete this on next update; see #79975 for details
-  legacyCargoFetcher = true;
-
-  cargoSha256 = "0rk5c8knx8swqzmj7wd18hq2h5ndkzvcbq4lzggpavkk01a8hlb1";
+  cargoSha256 = "09v991rl2w4c4jh7ga7q1lk6wyl2vr71j5cpniij8mcvszrz78qf";
 
   nativeBuildInputs = [ cmake pkgconfig ];
   buildInputs = [ openssl python3 xorg.libxcb libgit2 ] ++ stdenv.lib.optionals stdenv.isDarwin