lol

git-mit: 5.12.157 -> 5.12.158

Diff: https://github.com/PurpleBooth/git-mit/compare/v5.12.157...v5.12.158

Changelog: https://github.com/PurpleBooth/git-mit/releases/tag/v5.12.158

authored by

figsoda and committed by
Anderson Torres
2d386760 42e1464c

+3 -3
+3 -3
pkgs/applications/version-management/git-mit/default.nix
··· 10 10 }: 11 11 12 12 let 13 - version = "5.12.157"; 13 + version = "5.12.158"; 14 14 in 15 15 rustPlatform.buildRustPackage { 16 16 pname = "git-mit"; ··· 20 20 owner = "PurpleBooth"; 21 21 repo = "git-mit"; 22 22 rev = "v${version}"; 23 - hash = "sha256-Okb+HOCgtGLKSbhmhwA63BxS43ulZlSkHDOPsYzO2ZE="; 23 + hash = "sha256-vMrIkM8ShfaSrIEFiY6Jiwo8/6LMrjlqpD1B8DNtWcI="; 24 24 }; 25 25 26 - cargoHash = "sha256-I3sP6nhjMBXnANRrPT3+3HlY62TvfX6lFea7tHefOV8="; 26 + cargoHash = "sha256-kdXnj1O9AWFwFWQwZ6QPe5ePlxjr/F68vJEpAZgph6I="; 27 27 28 28 nativeBuildInputs = [ pkg-config ]; 29 29