clipster: 2.0.0 -> 2.0.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clipster/versions.
This commit is contained in:
parent
249ba3d3ed
commit
0a3f0ef271
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "clipster-${version}";
|
name = "clipster-${version}";
|
||||||
version = "2.0.0";
|
version = "2.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mrichar1";
|
owner = "mrichar1";
|
||||||
repo = "clipster";
|
repo = "clipster";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "0v1412zdkps21i5bw1p7jdv5ydnbw9dcr02318qr5mvk8lwdmsgw";
|
sha256 = "08zs7yjpjc6haddkwx7sq5vyq2ldy455qlcrx1a3vi7krmdwl1q9";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonEnv = python3.withPackages(ps: with ps; [ pygobject3 ]);
|
pythonEnv = python3.withPackages(ps: with ps; [ pygobject3 ]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user