summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-01-28 08:30:15 +0100
committerMatthias Beyer <matthias.beyer@ifm.com>2022-02-14 16:04:54 +0100
commit7e2d1fcf594fd720d872da6def9e815193f817c9 (patch)
treecca01179f59304e0010f16883c1e5026084fe448
parent447fca8879a6c4d1498b6388db98a89c18725979 (diff)
Update tedge packages: 0.5.1 -> 0.5.2
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--examples/packages.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/packages.nix b/examples/packages.nix
index c000a477..f8018dae 100644
--- a/examples/packages.nix
+++ b/examples/packages.nix
@@ -4,16 +4,16 @@
let
tedge = pkgs.rustPlatform.buildRustPackage rec {
pname = "tedge";
- version = "0.5.1";
+ version = "0.5.2";
src = pkgs.fetchFromGitHub {
owner = "thin-edge";
repo = "thin-edge.io";
rev = version;
- sha256 = "sha256:1b5az7k4r4fki2637c60h0qnb0r2yxn2sgq6d1mg37sjidagpc4z";
+ sha256 = "sha256:0pbw8iqbghvbrj21vmkbybx93kr2n7b16prdl300d7mv3ah8pjl2";
};
- cargoSha256 = "sha256:14ri4h2k8fi967rgv1qbdrplhr1m3g8znpm7vr0sawdvxlpnywdl";
+ cargoSha256 = "sha256:0vh9azqihwl2r6ph4qp2xpr4kfirii7vsg2ci1ima72fm31fray4";
doCheck = false;
};
@@ -35,7 +35,7 @@ let
in
rec {
- version = "0.5.1";
+ version = "0.5.2";
tedge = mkTedgePkg {
inherit version;