ashpd-demo: 0.3.0 → 0.4.1

https://github.com/bilelmoussaoui/ashpd/compare/0.3.0-demo...0.4.1-demo
This commit is contained in:
Jan Tojnar 2023-11-17 20:02:34 +01:00
parent a1bf4b1b60
commit 03c8301dc5

View File

@ -23,18 +23,18 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "ashpd-demo"; pname = "ashpd-demo";
version = "0.3.0"; version = "0.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bilelmoussaoui"; owner = "bilelmoussaoui";
repo = "ashpd"; repo = "ashpd";
rev = "${finalAttrs.version}-demo"; rev = "${finalAttrs.version}-demo";
hash = "sha256-isc0+Mke6XeCCLiuxnjHqrnlGqYuQnmcU1acM14UOno="; hash = "sha256-fIyJEUcyTcjTbBycjuJb99wALQelMT7Zq6PHKcL2F80=";
}; };
cargoDeps = rustPlatform.fetchCargoTarball { cargoDeps = rustPlatform.fetchCargoTarball {
src = "${finalAttrs.src}/ashpd-demo"; src = "${finalAttrs.src}/ashpd-demo";
hash = "sha256-9L/WFL2fLCRahjGCVdgV+3HfDMrntdIWcuuOJbzdPiI="; hash = "sha256-ldflCBErM9w3eO2DwWfYTrdO7lowZtqfj7Fft6Crl1w=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [