1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

translatelocally: unstable-2023-09-20 -> 0-unstable-2024-05-12

This commit is contained in:
Francesco Gazzetta 2024-07-31 11:41:57 +02:00
parent 6fc72f65d1
commit 956b068eaf

View file

@ -4,17 +4,17 @@
}:
let
rev = "a210037760ca3ca9016ca1831c97531318df70fe";
rev = "27771d884d3607cf6331da16b15e27aba819573d";
in stdenv.mkDerivation (finalAttrs: {
pname = "translatelocally";
version = "unstable-2023-09-20";
version = "0-unstable-2024-05-12";
src = fetchFromGitHub {
owner = "XapaJIaMnu";
repo = "translateLocally";
inherit rev;
hash = "sha256-T7cZdR09yDrPTwYxvDIaKTdV4mrB+gTHYVfch5BQ+PE=";
hash = "sha256-oPtiyONqkZ5xOIhDezk8mkmi9O8gNYwHo0gcqSa89qI=";
fetchSubmodules = true;
};