solaar: 1.1.4 -> 1.1.5

This commit is contained in:
R. Ryantm
2022-09-17 21:00:36 +08:00
committed by Bobby Rong
parent 854a94aa19
commit 68c1cfa988
+3 -3
View File
@@ -14,13 +14,13 @@
# instead of adding this to `services.udev.packages` on NixOS,
python3Packages.buildPythonApplication rec {
pname = "solaar";
version = "1.1.4";
version = "1.1.5";
src = fetchFromGitHub {
owner = "pwr-Solaar";
repo = "Solaar";
rev = version;
hash = "sha256-nDfVF7g0M54DRpkH1rnZB8o+nCV4A6b1uKMOMRQ3GbI=";
rev = "refs/tags/${version}";
hash = "sha256-wqSDSLzm2RYV7XZPX0GQDR+TUgj4hLJ9FpVP3DYN7To=";
};
outputs = [ "out" "udev" ];