Merge pull request #333330 from r-ryantm/auto-update/dex

dex: 0.9.0 -> 0.10.1
This commit is contained in:
Nick Cao 2024-08-09 22:56:04 -04:00 committed by GitHub
commit c7e4f0b555
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "dex";
version = "0.9.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "jceb";
repo = pname;
rev = "v${version}";
sha256 = "03aapcywnz4kl548cygpi25m8adwbmqlmwgxa66v4156ax9dqs86";
sha256 = "sha256-1fgSz4f6W+Dr3mo4vQY8buD2dNC8RBMGrwCTOIzH7rQ=";
};
strictDeps = true;