Unverified Commit ac62b288 authored by Nick Cao's avatar Nick Cao
Browse files

stratisd: 3.5.4 -> 3.5.5

parent 2fbd46c4
Loading
Loading
Loading
Loading
+1708 −0

File added.

Preview size limit exceeded, changes collapsed.

+7 −5
Original line number Diff line number Diff line
@@ -28,18 +28,20 @@

stdenv.mkDerivation rec {
  pname = "stratisd";
  version = "3.5.4";
  version = "3.5.5";

  src = fetchFromGitHub {
    owner = "stratis-storage";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-V/1gNgjunT11ErXWIa5hDp2+onPCTequCswwXWD5+9E=";
    hash = "sha256-d8vGwxvfNbN234rZJm4nmsDqvp8OVGEvazM6hI7BGvs=";
  };

  cargoDeps = rustPlatform.fetchCargoTarball {
    inherit src;
    hash = "sha256-RljuLL8tep42KNGVsS5CxI7xuhxEjRZ90jVn3jUhVYM=";
  cargoDeps = rustPlatform.importCargoLock {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "loopdev-0.4.0" = "sha256-nV52zjsg5u6++J8CdN2phii8AwjHg1uap2lt+U8obDQ=";
    };
  };

  postPatch = ''