dwarfs: 0.7.2 -> 0.7.3

This commit is contained in:
R. Ryantm 2023-12-08 05:46:37 +00:00
parent 4c37153a2c
commit 6b8de88332

View File

@ -26,14 +26,14 @@
stdenv.mkDerivation rec {
pname = "dwarfs";
version = "0.7.2";
version = "0.7.3";
src = fetchFromGitHub {
owner = "mhx";
repo = "dwarfs";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-DcPRrATI2cpLZWAL+sSCoXvJ1R0O3yHqhlJW1aEpDpA=";
hash = "sha256-lFJW9rmUhiHyu+unGuONcgbsJg9h9MSvNyECmarRF/M=";
};
patches = [