nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

revolver: fix update script

+4 -2
+4 -2
pkgs/by-name/re/revolver/package.nix
··· 5 5 zsh, 6 6 installShellFiles, 7 7 ncurses, 8 - nix-update-script, 8 + unstableGitUpdater, 9 9 testers, 10 10 runCommand, 11 11 }: ··· 79 79 version = "0.2.0"; 80 80 }; 81 81 }; 82 - updateScript = nix-update-script { }; 82 + updateScript = unstableGitUpdater { 83 + tagPrefix = "v"; 84 + }; 83 85 }; 84 86 85 87 meta = {