about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-03-07 15:50:29 -0500
committerBenjamin Hipple <bhipple@protonmail.com>2020-03-07 15:52:34 -0500
commit099b52dabf39101cac50d709819761a5e74f50c9 (patch)
treef050bbdcaa014cbd2212b70f6a2624acd2aacd82 /pkgs/applications/editors
parentb33062005407bbcb7ea489a0a1171d40f6a6a442 (diff)
downloadnixlib-099b52dabf39101cac50d709819761a5e74f50c9.tar
nixlib-099b52dabf39101cac50d709819761a5e74f50c9.tar.gz
nixlib-099b52dabf39101cac50d709819761a5e74f50c9.tar.bz2
nixlib-099b52dabf39101cac50d709819761a5e74f50c9.tar.lz
nixlib-099b52dabf39101cac50d709819761a5e74f50c9.tar.xz
nixlib-099b52dabf39101cac50d709819761a5e74f50c9.tar.zst
nixlib-099b52dabf39101cac50d709819761a5e74f50c9.zip
amp: 0.6.1 -> 0.6.2
The build also happens to be broken on master; this fixes it, along with
upgrading the cargoSha256.
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