pods: 2.0.1-unstable-2024-08-18 -> 2.1.2

This commit is contained in:
RockWolf
2024-12-22 23:03:50 +01:00
parent bc26911947
commit 3ce506208f
2 changed files with 194 additions and 208 deletions
+191 -205
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -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 {