lol
0
fork

Configure Feed

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

drawing: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
38655026 6ca69ac3

+3 -2
+3 -2
pkgs/applications/graphics/drawing/default.nix
··· 25 25 src = fetchFromGitHub { 26 26 owner = "maoschanz"; 27 27 repo = pname; 28 - rev = version; 29 - sha256 = "sha256-kNF9db8NoHWW1A0WEFQzxHqAQ4A7kxInMRZFJOXQX/k="; 28 + rev = "refs/tags/${version}"; 29 + hash = "sha256-kNF9db8NoHWW1A0WEFQzxHqAQ4A7kxInMRZFJOXQX/k="; 30 30 }; 31 31 32 32 nativeBuildInputs = [ ··· 64 64 meta = with lib; { 65 65 description = "A free basic image editor, similar to Microsoft Paint, but aiming at the GNOME desktop"; 66 66 homepage = "https://maoschanz.github.io/drawing/"; 67 + changelog = "https://github.com/maoschanz/drawing/releases/tag/${version}"; 67 68 maintainers = with maintainers; [ mothsart ]; 68 69 license = licenses.gpl3Plus; 69 70 platforms = platforms.linux;