Commit e2177e05 authored by Benjamin Sparks's avatar Benjamin Sparks
Browse files

pods: 2.1.2 -> 2.2.0

parent bd1dd973
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,18 +21,18 @@

stdenv.mkDerivation rec {
  pname = "pods";
  version = "2.1.2";
  version = "2.2.0";

  src = fetchFromGitHub {
    owner = "marhkb";
    repo = "pods";
    tag = "v${version}";
    hash = "sha256-S84Qb+hySjIxcznuA7Sh8n9XFvdZpf32Yznb1Sj+owY=";
    hash = "sha256-m+0XjxY0nDAJbVX3r/Jfg+G+RU8Q51e0ZXxkdH69SiQ=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname version src;
    hash = "sha256-UBInZdoluWXq1jm2rhS5wBwXQ/zYFPSEeWhpSmkc2aY=";
    hash = "sha256-ssLiGYBz8fh0oci/pVaeEEIruA691tdEOUyEFssNUXU=";
  };

  nativeBuildInputs = [