Unverified Commit b7a57fa4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

srgn: 0.13.4 -> 0.13.5 (#392179)

parents dadc13b8 ff58edd2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,17 +6,17 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "srgn";
  version = "0.13.4";
  version = "0.13.5";

  src = fetchFromGitHub {
    owner = "alexpovel";
    repo = "srgn";
    rev = "srgn-v${version}";
    hash = "sha256-KshZ7QnY4TXng9KCcIzdt0E4R83cTEr6fGo9p/riCPU=";
    hash = "sha256-S6Wc79LY6WKtjDw/Ob3v4ETRI8Zxjrx9BDNKn79M1j4=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-g3ShEKslU01zDLCNHQZ+ZxF1ErCh7jSRELD2wtxWRSs=";
  cargoHash = "sha256-4BravWJRtZxC34JjbH26HY7mDdDFPryQZC4e4jOZ1fQ=";

  nativeBuildInputs = [ installShellFiles ];