summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/alacritty
diff options
context:
space:
mode:
authorLyndon Sanche <lsanche@lyndeno.ca>2022-02-28 19:01:37 -0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-03-02 14:48:37 -0800
commit3f4b189485dc702714a22bc6c7587a5319ed875c (patch)
tree292100a60b8f661eab3af1beb50e902b9ea6ff00 /pkgs/applications/terminal-emulators/alacritty
parentd9aa42326fdfb8d04a97b98b5ef0363e5d9f6d48 (diff)
downloadnixpkgs-3f4b189485dc702714a22bc6c7587a5319ed875c.tar
nixpkgs-3f4b189485dc702714a22bc6c7587a5319ed875c.tar.gz
nixpkgs-3f4b189485dc702714a22bc6c7587a5319ed875c.tar.bz2
nixpkgs-3f4b189485dc702714a22bc6c7587a5319ed875c.tar.lz
nixpkgs-3f4b189485dc702714a22bc6c7587a5319ed875c.tar.xz
nixpkgs-3f4b189485dc702714a22bc6c7587a5319ed875c.tar.zst
nixpkgs-3f4b189485dc702714a22bc6c7587a5319ed875c.zip
alacritty: 0.10.0 -> 0.10.1
Diffstat (limited to 'pkgs/applications/terminal-emulators/alacritty')
-rw-r--r--pkgs/applications/terminal-emulators/alacritty/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/terminal-emulators/alacritty/default.nix b/pkgs/applications/terminal-emulators/alacritty/default.nix
index 78c6c0988c5..e7730ba4b94 100644
--- a/pkgs/applications/terminal-emulators/alacritty/default.nix
+++ b/pkgs/applications/terminal-emulators/alacritty/default.nix
@@ -54,16 +54,16 @@ let
 in
 rustPlatform.buildRustPackage rec {
   pname = "alacritty";
-  version = "0.10.0";
+  version = "0.10.1";
 
   src = fetchFromGitHub {
     owner = "alacritty";
     repo = pname;
-    rev = "v${version}";
-    sha256 = "sha256-eVPy47T2wcsN7NxtwMoyuC6loBVXsoJjJ/2q31i3vxQ=";
+    rev = "refs/tags/v${version}";
+    sha256 = "sha256-Q/ulRgU6zNLRZUjL83O/Krx85voPWZPZDo65CLp/aOg=";
   };
 
-  cargoSha256 = "sha256-RY+qidm7NZFKq6P8qVaMpxYfTfHpZac2YJwuNbOJwoM=";
+  cargoSha256 = "sha256-S1V8hDuzp4sf6945gqs8QNVdu8jwPGVYjVbV6EY28Hk=";
 
   nativeBuildInputs = [
     cmake