dogedns: 0.2.8 -> 0.2.9
This commit is contained in:
parent
641d909c4a
commit
8139b5fb74
@ -11,16 +11,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "dogedns";
|
pname = "dogedns";
|
||||||
version = "0.2.8";
|
version = "0.2.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Dj-Codeman";
|
owner = "Dj-Codeman";
|
||||||
repo = "doge";
|
repo = "doge";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-3wOka+MKSy2x3100eF0d9A5Jc0qFSNCiLsisHO1Uldc=";
|
hash = "sha256-SeC/GZ1AeEqRzxWc4oJ6JOvXfn3/LRcQz9uWXXqdTqU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-9Qm93Hmxutmg3oCXSVrCUAYA2W4gXR/LPC5zZ34x5jQ=";
|
cargoHash = "sha256-vLdfmaIOSxNqs1Hq6NJMA8HDZas4E9rc+VHnFSlX/wg=";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# remove date info to make the build reproducible
|
# remove date info to make the build reproducible
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user