dogedns: 0.2.8 -> 0.2.9

This commit is contained in:
R. Ryantm 2025-08-10 14:38:51 +00:00
parent 641d909c4a
commit 8139b5fb74

View File

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "dogedns";
version = "0.2.8";
version = "0.2.9";
src = fetchFromGitHub {
owner = "Dj-Codeman";
repo = "doge";
rev = "v${version}";
hash = "sha256-3wOka+MKSy2x3100eF0d9A5Jc0qFSNCiLsisHO1Uldc=";
hash = "sha256-SeC/GZ1AeEqRzxWc4oJ6JOvXfn3/LRcQz9uWXXqdTqU=";
};
cargoHash = "sha256-9Qm93Hmxutmg3oCXSVrCUAYA2W4gXR/LPC5zZ34x5jQ=";
cargoHash = "sha256-vLdfmaIOSxNqs1Hq6NJMA8HDZas4E9rc+VHnFSlX/wg=";
patches = [
# remove date info to make the build reproducible