Skip to content

Commit 749d913

Browse files
authored
gnomeExtensions.valent: 1.0.0.alpha.46 -> 1.0.0.alpha.47 (#386001)
2 parents 20b2fab + eb6f5a9 commit 749d913

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

pkgs/desktops/gnome/extensions/valent/default.nix

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
{ stdenv
2-
, lib
3-
, fetchFromGitHub
4-
, meson
5-
, ninja
1+
{
2+
stdenv,
3+
lib,
4+
fetchFromGitHub,
5+
meson,
6+
ninja,
7+
gitUpdater,
68
}:
79

810
stdenv.mkDerivation rec {
911
pname = "gnome-shell-extension-valent";
10-
version = "1.0.0.alpha.46";
12+
version = "1.0.0.alpha.47";
1113

1214
src = fetchFromGitHub {
1315
owner = "andyholmes";
1416
repo = "gnome-shell-extension-valent";
15-
rev = "v${version}";
16-
hash = "sha256-OY0fxO6IYg7xukYYuK0QM9YriaEAlM2dH6t8Wv3XKIs=";
17+
tag = "v${version}";
18+
hash = "sha256-KynVbJtpGl4moIAlxzXouM+nxOGImIcCWdevveshbbo=";
1719
};
1820

1921
nativeBuildInputs = [
@@ -24,6 +26,9 @@ stdenv.mkDerivation rec {
2426
passthru = {
2527
extensionUuid = "[email protected]";
2628
extensionPortalSlug = "valent";
29+
updateScript = gitUpdater {
30+
rev-prefix = "v";
31+
};
2732
};
2833

2934
meta = {

0 commit comments

Comments
 (0)