snapper-gui: 2020-10-20 -> 0.1-unstable-2022-06-26

Diff: https://github.com/ricardomv/snapper-gui/compare/f0c67abe0e10cc9e2ebed400cf80ecdf763fb1d1..191575084a4e951802c32a4177dc704cf435883a

A small update, but I'm really just doing it to add the updateScript and stop
the robot from making unneeded PRs.

+8 -3
+8 -3
pkgs/by-name/sn/snapper-gui/package.nix
··· 1 { 2 lib, 3 fetchFromGitHub, 4 python3, 5 python3Packages, 6 adwaita-icon-theme, ··· 13 14 python3Packages.buildPythonApplication { 15 pname = "snapper-gui"; 16 - version = "2020-10-20"; 17 format = "setuptools"; 18 19 src = fetchFromGitHub { 20 owner = "ricardomv"; 21 repo = "snapper-gui"; 22 - rev = "f0c67abe0e10cc9e2ebed400cf80ecdf763fb1d1"; 23 - sha256 = "13j4spbi9pxg69zifzai8ifk4207sn0vwh6vjqryi0snd5sylh7h"; 24 }; 25 26 nativeBuildInputs = [ ··· 43 gtksourceview3 44 snapper 45 ]; 46 47 meta = with lib; { 48 description = "Graphical interface for snapper";
··· 1 { 2 lib, 3 fetchFromGitHub, 4 + nix-update-script, 5 python3, 6 python3Packages, 7 adwaita-icon-theme, ··· 14 15 python3Packages.buildPythonApplication { 16 pname = "snapper-gui"; 17 + version = "0.1-unstable-2022-06-26"; 18 format = "setuptools"; 19 20 src = fetchFromGitHub { 21 owner = "ricardomv"; 22 repo = "snapper-gui"; 23 + rev = "191575084a4e951802c32a4177dc704cf435883a"; 24 + sha256 = "sha256-uy1oLJx4ERGc8OHzmPpnJX81jPB9ztrA0qbmm1UcmTY="; 25 }; 26 27 nativeBuildInputs = [ ··· 44 gtksourceview3 45 snapper 46 ]; 47 + 48 + passthru.updateScript = nix-update-script { 49 + extraArgs = [ "--version=branch" ]; 50 + }; 51 52 meta = with lib; { 53 description = "Graphical interface for snapper";