Skip to content

Commit 1635520

Browse files
authored
video-trimmer: 0.9.0 -> 25.03 (#395836)
2 parents 975aa54 + 9a4c18a commit 1635520

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pkgs/by-name/vi/video-trimmer/package.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020

2121
stdenv.mkDerivation (finalAttrs: {
2222
pname = "video-trimmer";
23-
version = "0.9.0";
23+
version = "25.03";
2424

2525
src = fetchFromGitLab {
2626
domain = "gitlab.gnome.org";
2727
owner = "YaLTeR";
2828
repo = "video-trimmer";
29-
rev = "refs/tags/v${finalAttrs.version}";
30-
hash = "sha256-4B3NNGww+UjI/VbsKL62vWlKye7NYXYPzlJ4TfywJDw=";
29+
tag = "v${finalAttrs.version}";
30+
hash = "sha256-pJCXL0voOoc8KpYECYRWGefYMrsApNPST4wv8SQlH34=";
3131
};
3232

3333
cargoDeps = rustPlatform.fetchCargoVendor {
3434
inherit (finalAttrs) pname version src;
35-
hash = "sha256-H7KB4O3Wyp2YdMLFwvQuYLhk7Ei7SecnMN9wg60FIm8=";
35+
hash = "sha256-3ycc4jXneGsz9Jp9Arzf224JPAKM+PxUkitWcIXre8Y=";
3636
};
3737

3838
nativeBuildInputs = [
@@ -77,6 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
7777
meta = {
7878
homepage = "https://gitlab.gnome.org/YaLTeR/video-trimmer";
7979
description = "Trim videos quickly";
80+
changelog = "https://gitlab.gnome.org/YaLTeR/video-trimmer/-/releases/v${finalAttrs.version}";
8081
maintainers = with lib.maintainers; [
8182
doronbehar
8283
];

0 commit comments

Comments
 (0)