hot-resize: 0.1.3 -> 0.1.4 (#417659)

authored by Gaétan Lepage and committed by GitHub 8f30f012 004e0c82

+3 -3
+3 -3
pkgs/by-name/ho/hot-resize/package.nix
··· 19 20 rustPlatform.buildRustPackage (finalAttrs: { 21 pname = "hot-resize"; 22 - version = "0.1.3"; 23 24 src = fetchFromGitHub { 25 owner = "liberodark"; 26 repo = "hot-resize"; 27 tag = "v${finalAttrs.version}"; 28 - hash = "sha256-5mh09ZYNpuWVJ2g9p8C6Ad4k132UWjudBhTb3HfoFRc="; 29 }; 30 31 useFetchCargoVendor = true; 32 - cargoHash = "sha256-kUWyL36BC1+4FjujVxeguB0VvBtIN32QpuNYV6wjC5s="; 33 34 nativeBuildInputs = [ 35 pkg-config
··· 19 20 rustPlatform.buildRustPackage (finalAttrs: { 21 pname = "hot-resize"; 22 + version = "0.1.4"; 23 24 src = fetchFromGitHub { 25 owner = "liberodark"; 26 repo = "hot-resize"; 27 tag = "v${finalAttrs.version}"; 28 + hash = "sha256-JB1U7mL3rkrsekmKt+0J1nnbtnlk/typIIfz3E+1moc="; 29 }; 30 31 useFetchCargoVendor = true; 32 + cargoHash = "sha256-+POAqB0msStix5KNqVwy8ckLEQ/rUsD52BtyetuKt2I="; 33 34 nativeBuildInputs = [ 35 pkg-config