Merge pull request #309666 from r-ryantm/auto-update/audio-sharing

audio-sharing: 0.2.2 -> 0.2.4
This commit is contained in:
Weijia Wang 2024-05-13 23:26:34 +02:00 committed by GitHub
commit 2cf862d77a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,20 +21,20 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "audio-sharing";
version = "0.2.2";
version = "0.2.4";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "AudioSharing";
rev = finalAttrs.version;
hash = "sha256-ejNktgN9tfi4TzWDQJnESGcBkpvLVH34sukTFCBfo3U=";
hash = "sha256-yUMiy5DaCPfCmBIGCXpqtvSSmQl5wo6vsLdW7Tt/Wfo=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit (finalAttrs) src;
name = "${finalAttrs.pname}-${finalAttrs.version}";
hash = "sha256-c19DxHF4HFN0qTqC2CNzwko79uVeLeyrrXAvuyxeiOQ=";
hash = "sha256-FfjSttXf6WF2w59CP6L/+BIuuXp2yKPTku7FMvdIHg0=";
};
nativeBuildInputs = [