~toastal/nvim-tree-sitter-unicode-conceal

Showing details for patch 4cc3943c5f7db2260710c25c43446883d318889e.
2024-06-16 (Sun), 6:02 PM - toastal - 4cc3943c5f7db2260710c25c43446883d318889e

version override no longer needed

Summary of changes
1 files modified with 0 lines added and 7 lines removed
  • flake.nix with 0 added and 7 removed lines
diff -rN -u old-nvim-tree-sitter-unicode-conceal/flake.nix new-nvim-tree-sitter-unicode-conceal/flake.nix
--- old-nvim-tree-sitter-unicode-conceal/flake.nix	2024-11-24 17:14:05.708516726 +0000
+++ new-nvim-tree-sitter-unicode-conceal/flake.nix	2024-11-24 17:14:05.708516726 +0000
@@ -46,13 +46,6 @@
                nixfmt-3-space = prev.nixfmt-rfc-style.overrideAttrs (
                   finalAttrs: prevAttrs: {
                      name = "nixfmt-3-space";
-                     src =
-                        # needs an unstable patch post 2024-05-17
-                        final.fetchzip {
-                           url = "https://github.com/NixOS/nixfmt/archive/3bcb63c13e7aaf0b8e14081cf0c14c44f62e840a.tar.gz";
-                           hash = "sha256-8QWhKKqpHSlHuvFW8wdWTbG0pJ6XtuxZQ3HhR4uPbRA=";
-                        };
-                     version = "unstable-2024-05-17";
                      patches = (prev.patches or [ ]) ++ [
                         (final.fetchpatch {
                            url = "https://codeberg.org/toastal/nixfmt/commit/caec3cf06cead7d4e811fde59d0520c335b32927.patch";