forked from mirrors/nixpkgs
biboumi: 6.1 -> 7.2
Semi-automatic update. These checks were done: - built on NixOS - ran `/nix/store/ng1gidmaivbb5ngd4awq6wgraa55yjd5-biboumi-7.2/bin/biboumi --help` got 0 exit code - found 7.2 with grep in /nix/store/ng1gidmaivbb5ngd4awq6wgraa55yjd5-biboumi-7.2 - found 7.2 in filename of file in /nix/store/ng1gidmaivbb5ngd4awq6wgraa55yjd5-biboumi-7.2
This commit is contained in:
parent
f93f9f6025
commit
848d597eab
|
@ -3,11 +3,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "biboumi-${version}";
|
||||
version = "6.1";
|
||||
version = "7.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://git.louiz.org/biboumi/snapshot/biboumi-${version}.tar.xz";
|
||||
sha256 = "1la1n502v2wyfm0vl8v4m0hbigkkjchi21446n9mb203fz1cvr77";
|
||||
sha256 = "0gyr2lp2imrjm5hvijcq0s7k9fzkirfl70cprjy9r4yvq6mg1jvd";
|
||||
};
|
||||
|
||||
louiz_catch = fetchgit {
|
||||
|
|
Loading…
Reference in a new issue