We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95eacfb commit b4bf7a9Copy full SHA for b4bf7a9
pkgs/by-name/ho/hot-resize/package.nix
@@ -19,13 +19,13 @@
19
20
rustPlatform.buildRustPackage (finalAttrs: {
21
pname = "hot-resize";
22
- version = "0.1.1";
+ version = "0.1.2";
23
24
src = fetchFromGitHub {
25
owner = "liberodark";
26
repo = "hot-resize";
27
tag = "v${finalAttrs.version}";
28
- hash = "sha256-uWPO+nUuA9REWLBLCOOO/T7QiSc5b5EPKH1N5N2KnC4=";
+ hash = "sha256-aGiu+YPflbyemk1IB0tPystu4hao0qLzLtuV0KAJtYg=";
29
};
30
31
useFetchCargoVendor = true;
0 commit comments