translate-shell: 0.9.4 -> 0.9.6.6
Semi-automatic update. These checks were performed: - built on NixOS - found 0.9.6.6 with grep in /nix/store/b8w2c7x6vy16bdfcyxnsv40r88ybdqhy-translate-shell-0.9.6.6 - found 0.9.6.6 in filename of file in /nix/store/b8w2c7x6vy16bdfcyxnsv40r88ybdqhy-translate-shell-0.9.6.6 cc "@ebzzry"
This commit is contained in:
parent
32a6e92e6a
commit
a5be3cc1d6
@ -3,13 +3,13 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "translate-shell";
|
pname = "translate-shell";
|
||||||
version = "0.9.4";
|
version = "0.9.6.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "soimort";
|
owner = "soimort";
|
||||||
repo = "translate-shell";
|
repo = "translate-shell";
|
||||||
rev = "v" + version;
|
rev = "v" + version;
|
||||||
sha256 = "166zhic3k4z37vc8p1fnhc4xx7i7q0j30nr324frmp1mrnwrdib8";
|
sha256 = "0hbwvc554v6fi4ardidwsnn8hk7p68p155yjllvljjawkbq4qljq";
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = [ "buildPhase" "installPhase" "postFixup" ];
|
phases = [ "buildPhase" "installPhase" "postFixup" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user