From 03c8301dc5a8a0d53fed06a9340d07045d6eb0a2 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Fri, 17 Nov 2023 20:02:34 +0100 Subject: [PATCH] =?UTF-8?q?ashpd-demo:=200.3.0=20=E2=86=92=200.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/bilelmoussaoui/ashpd/compare/0.3.0-demo...0.4.1-demo --- pkgs/development/tools/ashpd-demo/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/ashpd-demo/default.nix b/pkgs/development/tools/ashpd-demo/default.nix index 6c64a8cda4bd..a6122e106092 100644 --- a/pkgs/development/tools/ashpd-demo/default.nix +++ b/pkgs/development/tools/ashpd-demo/default.nix @@ -23,18 +23,18 @@ stdenv.mkDerivation (finalAttrs: { pname = "ashpd-demo"; - version = "0.3.0"; + version = "0.4.1"; src = fetchFromGitHub { owner = "bilelmoussaoui"; repo = "ashpd"; rev = "${finalAttrs.version}-demo"; - hash = "sha256-isc0+Mke6XeCCLiuxnjHqrnlGqYuQnmcU1acM14UOno="; + hash = "sha256-fIyJEUcyTcjTbBycjuJb99wALQelMT7Zq6PHKcL2F80="; }; cargoDeps = rustPlatform.fetchCargoTarball { src = "${finalAttrs.src}/ashpd-demo"; - hash = "sha256-9L/WFL2fLCRahjGCVdgV+3HfDMrntdIWcuuOJbzdPiI="; + hash = "sha256-ldflCBErM9w3eO2DwWfYTrdO7lowZtqfj7Fft6Crl1w="; }; nativeBuildInputs = [