{stratisd,stratis-cli}: 3.8.1 -> 3.8.2 (#425541)

authored by misuzu.tngl.sh and committed by GitHub 0e41cb88 13a270b3

+5 -5
+2 -2
pkgs/by-name/st/stratis-cli/package.nix
··· 7 7 8 8 python3Packages.buildPythonApplication rec { 9 9 pname = "stratis-cli"; 10 - version = "3.8.1"; 10 + version = "3.8.2"; 11 11 pyproject = true; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "stratis-storage"; 15 15 repo = "stratis-cli"; 16 16 tag = "v${version}"; 17 - hash = "sha256-zyby53QEC9txH/EP0plV4vUg9fRV6tZJtdQEWQ2iKCA="; 17 + hash = "sha256-0evuBr3ziiWKkR0FDjZ9BXrfRpQR7JtHsm/sYE8pIbg="; 18 18 }; 19 19 20 20 build-system = with python3Packages; [
+3 -3
pkgs/by-name/st/stratisd/package.nix
··· 30 30 31 31 stdenv.mkDerivation rec { 32 32 pname = "stratisd"; 33 - version = "3.8.1"; 33 + version = "3.8.2"; 34 34 35 35 src = fetchFromGitHub { 36 36 owner = "stratis-storage"; 37 37 repo = "stratisd"; 38 38 tag = "stratisd-v${version}"; 39 - hash = "sha256-vYqvYC3r1TQ62YtMJYOx8bRxFJOam5ntbOS+FJZL/gQ="; 39 + hash = "sha256-7AT1+kqMFcsJXNsdArwbjLyOTe69X85iMhSbqn6929w="; 40 40 }; 41 41 42 42 cargoDeps = rustPlatform.fetchCargoVendor { 43 43 inherit src; 44 - hash = "sha256-B3n9Ot4CFcVL/R2wHPuDIPBca/5pb2VgcuP1pxnnUrA="; 44 + hash = "sha256-zehtQHCjvDjNoY2UNte77kbUCq5j6dkUwIGhyh2VXgo="; 45 45 }; 46 46 47 47 postPatch = ''