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