Skip to content

Commit b4bf7a9

Browse files
committed
hot-resize: 0.1.1 -> 0.1.2
1 parent 95eacfb commit b4bf7a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ho/hot-resize/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

2020
rustPlatform.buildRustPackage (finalAttrs: {
2121
pname = "hot-resize";
22-
version = "0.1.1";
22+
version = "0.1.2";
2323

2424
src = fetchFromGitHub {
2525
owner = "liberodark";
2626
repo = "hot-resize";
2727
tag = "v${finalAttrs.version}";
28-
hash = "sha256-uWPO+nUuA9REWLBLCOOO/T7QiSc5b5EPKH1N5N2KnC4=";
28+
hash = "sha256-aGiu+YPflbyemk1IB0tPystu4hao0qLzLtuV0KAJtYg=";
2929
};
3030

3131
useFetchCargoVendor = true;

0 commit comments

Comments
 (0)