blanket: 0.7.0 -> 0.8.0

+5 -10
+5 -10
pkgs/by-name/bl/blanket/package.nix
··· 18 18 19 19 python3Packages.buildPythonApplication rec { 20 20 pname = "blanket"; 21 - version = "0.7.0"; 21 + version = "0.8.0"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "rafaelmardojai"; 25 25 repo = "blanket"; 26 - rev = version; 27 - hash = "sha256-mY7c5i0me7mMbD8c6eGJeaZpR8XI5QVL4n3M+j15Z1c="; 26 + tag = version; 27 + hash = "sha256-LnHL/1DJXiKx9U+JkT4Wjx1vtTmKLpzZ8q6uLT5a2MY="; 28 28 }; 29 29 30 30 nativeBuildInputs = [ ··· 49 49 50 50 propagatedBuildInputs = with python3Packages; [ pygobject3 ]; 51 51 52 - format = "other"; 53 - 54 - postPatch = '' 55 - patchShebangs build-aux/meson/postinstall.py 56 - substituteInPlace build-aux/meson/postinstall.py \ 57 - --replace-fail gtk-update-icon-cache gtk4-update-icon-cache 58 - ''; 52 + pyproject = false; 59 53 60 54 dontWrapGApps = true; 61 55 ··· 69 63 70 64 meta = { 71 65 description = "Listen to different sounds"; 66 + changelog = "https://github.com/rafaelmardojai/blanket/releases/tag/${version}"; 72 67 homepage = "https://github.com/rafaelmardojai/blanket"; 73 68 license = lib.licenses.gpl3Plus; 74 69 mainProgram = "blanket";