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