mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
translatelocally: unstable-2023-09-20 -> 0-unstable-2024-05-12
This commit is contained in:
parent
6fc72f65d1
commit
956b068eaf
|
@ -4,17 +4,17 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
rev = "a210037760ca3ca9016ca1831c97531318df70fe";
|
rev = "27771d884d3607cf6331da16b15e27aba819573d";
|
||||||
|
|
||||||
in stdenv.mkDerivation (finalAttrs: {
|
in stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "translatelocally";
|
pname = "translatelocally";
|
||||||
version = "unstable-2023-09-20";
|
version = "0-unstable-2024-05-12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "XapaJIaMnu";
|
owner = "XapaJIaMnu";
|
||||||
repo = "translateLocally";
|
repo = "translateLocally";
|
||||||
inherit rev;
|
inherit rev;
|
||||||
hash = "sha256-T7cZdR09yDrPTwYxvDIaKTdV4mrB+gTHYVfch5BQ+PE=";
|
hash = "sha256-oPtiyONqkZ5xOIhDezk8mkmi9O8gNYwHo0gcqSa89qI=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue