Skip to content

Commit

Permalink
weylus: 0.11.4 -> unstable-2022-06-07
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaofengli committed Jun 24, 2022
1 parent 94b8710 commit 6771aae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/graphics/weylus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@

rustPlatform.buildRustPackage rec {
pname = "weylus";
version = "0.11.4";
version = "unstable-2022-06-07";

src = fetchFromGitHub {
owner = "H-M-H";
repo = pname;
rev = "v${version}";
sha256 = "0gq2czxvahww97j4i3k18np29zl6wx85f8253wn3ibqrpfnklz6l";
rev = "b169a6be2bf3e8d105273d92f032cca5438de53a";
sha256 = "sha256-J9eVFIfmyBviVuT1MYKb5yoacbPqOAT3A8jahWv5qw8=";
};

buildInputs = [
Expand Down Expand Up @@ -71,7 +71,7 @@ rustPlatform.buildRustPackage rec {
libtool
];

cargoSha256 = "1pigmch0sy9ipsafd83b8q54xwqjxdaif363n1q8n46arq4v81j0";
cargoSha256 = "sha256-R46RSRdtfqi1PRQ0MaSIIqtj+Pr3yikm6NeMwwu1CSw=";

cargoBuildFlags = [ "--features=ffmpeg-system" ];
cargoTestFlags = [ "--features=ffmpeg-system" ];
Expand Down

0 comments on commit 6771aae

Please sign in to comment.