Unverified Commit 5ebf84f1 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

hot-resize: 0.1.1 -> 0.1.2 (#386725)

parents 47df5579 b4bf7a9a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "hot-resize";
  version = "0.1.1";
  version = "0.1.2";

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

  useFetchCargoVendor = true;