cozy: 1.2.0 -> 1.2.1

This commit is contained in:
makefu 2022-10-02 11:30:25 +02:00
parent 0a216822d0
commit 4c32781673
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

@ -22,7 +22,7 @@ python3Packages.buildPythonApplication rec {
format = "other"; # no setup.py format = "other"; # no setup.py
pname = "cozy"; pname = "cozy";
version = "1.2.0"; version = "1.2.1";
# Temporary fix # Temporary fix
# See https://github.com/NixOS/nixpkgs/issues/57029 # See https://github.com/NixOS/nixpkgs/issues/57029
@ -33,7 +33,7 @@ python3Packages.buildPythonApplication rec {
owner = "geigi"; owner = "geigi";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0igqf9b77i13sxlk4ziw549h379hmz1slrb3vvf8irk94gxabsaw"; hash = "sha256-cRqfLFLvje8lxUZ4S83UAFyYUX0vj1ZgLG0Y6gpCfmI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [