Skip to content

Commit

Permalink
Merge pull request #280354 from amaxine/gnome-decoder_0.4.1
Browse files Browse the repository at this point in the history
gnome-decoder: 0.3.3 → 0.4.1
  • Loading branch information
amaxine authored Jan 11, 2024
2 parents fa265d7 + 3243aca commit d72a80e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/graphics/gnome-decoder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@

clangStdenv.mkDerivation rec {
pname = "gnome-decoder";
version = "0.3.3";
version = "0.4.1";

src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "decoder";
rev = version;
hash = "sha256-eMyPN3UxptqavY9tEATW2AP+kpoWaLwUKCwhNQrarVc=";
hash = "sha256-ZEt4QaT2w7PgsnwBCYeDbhcYX0yd0boes/LoejQx0XU=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-3j1hoFffQzWBy4IKtmoMkLBJmNbntpyn0sjv1K0MmDo=";
hash = "sha256-acYOSPSUgm0Kg/bo2WF4sRWfCt03AZdTyNNt3Qv7Zjg=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit d72a80e

Please sign in to comment.