meta: Update flake

This commit is contained in:
2022-04-23 13:22:03 +02:00
parent 03a8ad070f
commit ef8764f5be
7 changed files with 90 additions and 61 deletions

View File

@@ -19,14 +19,14 @@
}:
let
commit = "b3449635ac737d7c87640d0cdae93f1423571b97";
commit = "2bbd96644828c43def6c95555f33dfb011df1f5f";
in python3.pkgs.buildPythonApplication rec {
pname = "gajim";
version = "1.4.0";
src = fetchurl {
url = "https://dev.gajim.org/gajim/gajim/-/archive/${commit}/gajim-${commit}.tar.gz";
sha256 = "sha256-9FTuZKhd0lC1r3nEQlqzBBQ5gyp3H/rpwUpN6+eDAL8=";
sha256 = "sha256-8VfV8BU5U9idQ0lP7lZSUUxe8nxXT4X/C2xKegjiHkA=";
};
buildInputs = [