git-ignore: 1.3.1 -> 1.3.3

+3 -3
+3 -3
pkgs/applications/version-management/git-ignore/default.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "git-ignore"; 11 - version = "1.3.1"; 12 13 src = fetchFromGitHub { 14 owner = "sondr3"; 15 repo = pname; 16 rev = "v${version}"; 17 - hash = "sha256-kfc4LIFjLMltCn3BPaEfxc/yOZxFjYioyobTQZN/RmY="; 18 }; 19 20 - cargoHash = "sha256-HoW10XzWIjxsqoKVKQkMf5in7pOODGnUM0cRZP1OJpg="; 21 22 nativeBuildInputs = [ 23 installShellFiles
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "git-ignore"; 11 + version = "1.3.3"; 12 13 src = fetchFromGitHub { 14 owner = "sondr3"; 15 repo = pname; 16 rev = "v${version}"; 17 + hash = "sha256-OVKRNj3tRi/PGY1m4rdpmH87laYzTkCiwoBc3txVJ3U="; 18 }; 19 20 + cargoHash = "sha256-dAQKL+sMThpTqBoN5MZvm8tQUJhaSH7lT8DwbjzFq40="; 21 22 nativeBuildInputs = [ 23 installShellFiles