mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
bleachbit: 1.8 -> 1.12
This commit is contained in:
parent
85781f9bb6
commit
0405f52559
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, pythonPackages, fetchurl }:
|
{ stdenv, pythonPackages, fetchurl }:
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
name = "bleachbit-${version}";
|
name = "bleachbit-${version}";
|
||||||
version = "1.8";
|
version = "1.12";
|
||||||
|
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/bleachbit/bleachbit-1.8.tar.bz2";
|
url = "mirror://sourceforge/bleachbit/${name}.tar.bz2";
|
||||||
sha256 = "dbf50fcbf24b8b3dd1c4325cd62352628d089f88a76eab804df5d90c872ee592";
|
sha256 = "1x58n429q1c77nfpf2g3vyh6yq8wha69zfzmxf1rvjvcvvmqs62m";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pythonPackages.wrapPython ];
|
buildInputs = [ pythonPackages.wrapPython ];
|
||||||
|
Loading…
Reference in New Issue
Block a user