File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
pkgs/by-name/vi/video-trimmer Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2020
2121stdenv . 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 ] ;
You can’t perform that action at this time.
0 commit comments