komac: 2.11.1 -> 2.11.2 (#394658)

Co-authored-by: HeitorAugustoLN <IAm.HeitorALN@proton.me>

authored by nixpkgs-merge-bot[bot] HeitorAugustoLN and committed by GitHub 759daa32 26ee913a

+3 -3
+3 -3
pkgs/by-name/ko/komac/package.nix
··· 17 }: 18 rustPlatform.buildRustPackage (finalAttrs: { 19 pname = "komac"; 20 - version = "2.11.1"; 21 22 src = fetchFromGitHub { 23 owner = "russellbanks"; 24 repo = "Komac"; 25 tag = "v${finalAttrs.version}"; 26 - hash = "sha256-X0lvr8GafJIP8kwnLTk3taq3WZAx50/jUt3zJIELJnc="; 27 }; 28 29 useFetchCargoVendor = true; 30 - cargoHash = "sha256-utsLfvFGTBuD1Tywu9TfnPGDhvSWZSokvwW22USWWls="; 31 32 nativeBuildInputs = 33 [
··· 17 }: 18 rustPlatform.buildRustPackage (finalAttrs: { 19 pname = "komac"; 20 + version = "2.11.2"; 21 22 src = fetchFromGitHub { 23 owner = "russellbanks"; 24 repo = "Komac"; 25 tag = "v${finalAttrs.version}"; 26 + hash = "sha256-+PFrncAi0E9SvzfbTBftA5uiDf5LtysIeuIWqwbu2yE="; 27 }; 28 29 useFetchCargoVendor = true; 30 + cargoHash = "sha256-MDrRKV34JzgayUuemULXLS2GwhlkQKB07LH3X+cVSLk="; 31 32 nativeBuildInputs = 33 [