Commit 38d6bdf4 authored by R. RyanTM's avatar R. RyanTM
Browse files

stasis: 0.5.2 -> 0.6.1

parent 0ef82477
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "stasis";
  version = "0.5.2";
  version = "0.6.1";

  src = fetchFromGitHub {
    owner = "saltnpepper97";
    repo = "stasis";
    tag = "v${finalAttrs.version}";
    hash = "sha256-t8molNHV0FnJO9F2muME2JAfw6EtxDQZiQX3JFW8DTs=";
    hash = "sha256-GES7mBWEEyute/ljl7JiwzbgFSk4+JR5YUia4+Wzs3I=";
  };

  cargoHash = "sha256-nACVS4BAjtI+aRO8Tg0FdOQSXiZMX/iVh22w0s6NLpw=";
  cargoHash = "sha256-+SGeuT0oAt5T15eZABGegiVhyV4GcHDp4LMMRpCl/U0=";

  nativeBuildInputs = [
    pkg-config