summary refs log tree commit diff
path: root/pkgs/tools/nix
diff options
context:
space:
mode:
authorAkshay <nerdy@peppe.rs>2022-01-28 19:58:56 +0530
committerAkshay <nerdy@peppe.rs>2022-01-28 19:58:56 +0530
commit1eb57f1446de57076863adab2fc6b6dcf5b4a791 (patch)
treea72eb59bc9056133745f2732fceab638b54f451b /pkgs/tools/nix
parent75e0e62393cf07899e554b73a0ae27b3b7c36839 (diff)
downloadnixpkgs-1eb57f1446de57076863adab2fc6b6dcf5b4a791.tar
nixpkgs-1eb57f1446de57076863adab2fc6b6dcf5b4a791.tar.gz
nixpkgs-1eb57f1446de57076863adab2fc6b6dcf5b4a791.tar.bz2
nixpkgs-1eb57f1446de57076863adab2fc6b6dcf5b4a791.tar.lz
nixpkgs-1eb57f1446de57076863adab2fc6b6dcf5b4a791.tar.xz
nixpkgs-1eb57f1446de57076863adab2fc6b6dcf5b4a791.tar.zst
nixpkgs-1eb57f1446de57076863adab2fc6b6dcf5b4a791.zip
statix: v0.4.2 -> v0.5.2
Diffstat (limited to 'pkgs/tools/nix')
-rw-r--r--pkgs/tools/nix/statix/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/nix/statix/default.nix b/pkgs/tools/nix/statix/default.nix
index fd219935aee..df239beb60b 100644
--- a/pkgs/tools/nix/statix/default.nix
+++ b/pkgs/tools/nix/statix/default.nix
@@ -4,16 +4,16 @@ rustPlatform.buildRustPackage rec {
   pname = "statix";
   # also update version of the vim plugin in pkgs/misc/vim-plugins/overrides.nix
   # the version can be found in flake.nix of the source code
-  version = "0.4.2";
+  version = "0.5.2";
 
   src = fetchFromGitHub {
     owner = "nerdypepper";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-4hVEwm2xuuHFy38/EJLKjGuxTYCAcKRHHfFKLvqp+M0=";
+    sha256 = "sha256-68ejROWcDqc4SnivFIrbsSZDqCXEo0sXSiwpro7AmgU=";
   };
 
-  cargoSha256 = "sha256-15C/ye8nYLtriBlqbf1ul41IFtShGY2LTX10z1/08Po=";
+  cargoSha256 = "sha256-YHA97bnGHYRwSZYZ3ZViUlRQskwLPUC26FBWQyBG5Uc=";
 
   buildFeatures = lib.optional withJson "json";