Unverified Commit 39fd969a authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

pods: 2.0.1-unstable-2024-08-11 -> 2.1.2 (#343501)

parents f6cb1284 3ce50620
Loading
Loading
Loading
Loading
+191 −205

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenv.mkDerivation rec {
  pname = "pods";
  version = "2.0.1-unstable-2024-08-11";
  version = "2.1.2";

  src = fetchFromGitHub {
    owner = "marhkb";
    repo = pname;
    rev = "146a85b4860375ac0a5be8d7be57fb12753a3c42";
    sha256 = "sha256-KaS38XC+V3jRPPTnI4UqMc9KGAC7INHMu47LVo9YP44=";
    rev = "v${version}";
    sha256 = "sha256-S84Qb+hySjIxcznuA7Sh8n9XFvdZpf32Yznb1Sj+owY=";
  };

  cargoDeps = rustPlatform.importCargoLock {